#D684F1

Color #D684F1 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D684F1

Tints of Heliotrope #D684F1

Color information

#D684F1 (or 0xD684F1) is unknown color: approx Heliotrope. HEX triplet: D6, 84 and F1. RGB value is (214,132,241). Sum of RGB (Red+Green+Blue) = 214+132+241=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #D684F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D684F1 is #297B0E. Grayscale: #A8A8A8. Windows color (decimal): -2718479 or 15828182. OLE color: 15828182.

HSL color Cylindrical-coordinate representation of color #D684F1: hue angle of 285.14º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D684F1 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214132241-
CMYK0.110.4500.05
HSL285.14º79.56%73.14%-
HSV(B)285.14º45.23%94.51%-
XYZ51.8637.1587.66-
YUV168.94168.67160.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 132 (51.95% from 255) = 22.49%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=36.46%
G=22.49%
B=41.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2141322410.110.4500.05285.1479.5673.14
HexD684F1B2D0511d5049
Octal326204361135505435120111
Binary1101011010000100111100011011101101010110001110110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684F1; }

 p { color: rgb(214,132,241); }

 H1.HeaderClassName
 {
   color: #D684F1;
 }
 .AnyTagClassName
 {
   color: #D684F1;
 }
</style>
background-color css

<style>
 a { background-color: #D684F1; }

 a { background-color: rgb(214,132,241); }

 div.DivClassName
 {
   background-color: #D684F1;
 }
 .BgClassName
 {
   background-color: #D684F1;
 }
</style>
border-color css

<style>
 span { border-color: #D684F1; }

 span { border-color: rgb(214,132,241); }

 td.TdClassName
 {
   border-color: #D684F1;
 }
 .TagClassName
 {
   border-color: #D684F1;
 }
</style>