#D666FF

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

Shades of Heliotrope #D666FF

Tints of Heliotrope #D666FF

Color information

#D666FF (or 0xD666FF) is unknown color: approx Heliotrope. HEX triplet: D6, 66 and FF. RGB value is (214,102,255). Sum of RGB (Red+Green+Blue) = 214+102+255=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 102 (40.23% from 255 or 17.86% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #D666FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D666FF is #299900. Grayscale: #989898. Windows color (decimal): -2726145 or 16738006. OLE color: 16738006.

HSL color Cylindrical-coordinate representation of color #D666FF: hue angle of 283.92º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D666FF is Cyan = 0.16, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB214102255-
CMYK0.160.600
HSL283.92º100%70%-
HSV(B)283.92º60%100%-
XYZ50.5331.0297.93-
YUV152.93185.61171.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 102 (40.23% from 255) = 17.86%
BLUE value IS 255 (100% from 255) = 44.66%
R=37.48%
G=17.86%
B=44.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141022550.160.600283.9210070
HexD666FF103C0011c6446
Octal326146377207400434144106
Binary11010110110011011111111100001111000010001110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D666FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D666FF; }

 p { color: rgb(214,102,255); }

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

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

 a { background-color: rgb(214,102,255); }

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

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

 span { border-color: rgb(214,102,255); }

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