#D966F7

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

Shades of Heliotrope #D966F7

Tints of Heliotrope #D966F7

Color information

#D966F7 (or 0xD966F7) is unknown color: approx Heliotrope. HEX triplet: D9, 66 and F7. RGB value is (217,102,247). Sum of RGB (Red+Green+Blue) = 217+102+247=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #D966F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D966F7 is #269908. Grayscale: #989898. Windows color (decimal): -2529545 or 16213721. OLE color: 16213721.

HSL color Cylindrical-coordinate representation of color #D966F7: hue angle of 287.59º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D966F7 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB217102247-
CMYK0.120.5900.03
HSL287.59º90.06%68.43%-
HSV(B)287.59º58.7%96.86%-
XYZ50.1630.9791.33-
YUV152.92181.1173.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 102 (40.23% from 255) = 18.02%
BLUE value IS 247 (96.88% from 255) = 43.64%
R=38.34%
G=18.02%
B=43.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2171022470.120.5900.03287.5990.0668.43
HexD966F7C3B031205a44
Octal331146367147303440132104
Binary11011001110011011110111110011101101110010000010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D966F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D966F7; }

 p { color: rgb(217,102,247); }

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

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

 a { background-color: rgb(217,102,247); }

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

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

 span { border-color: rgb(217,102,247); }

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