#D166FE

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

Shades of Heliotrope #D166FE

Tints of Heliotrope #D166FE

Color information

#D166FE (or 0xD166FE) is unknown color: approx Heliotrope. HEX triplet: D1, 66 and FE. RGB value is (209,102,254). Sum of RGB (Red+Green+Blue) = 209+102+254=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #D166FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D166FE is #2E9901. Grayscale: #969696. Windows color (decimal): -3053826 or 16672465. OLE color: 16672465.

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

Color convert

RGB209102254-
CMYK0.180.6000.00
HSL282.24º98.7%69.8%-
HSV(B)282.24º59.84%99.61%-
XYZ48.9430.2197.02-
YUV151.32185.95169.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.99%
GREEN value IS 102 (40.23% from 255) = 18.05%
BLUE value IS 254 (99.61% from 255) = 44.96%
R=36.99%
G=18.05%
B=44.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2091022540.180.6000.00282.2498.769.8
HexD166FE123C0011a6346
Octal321146376227400432143106
Binary11010001110011011111110100101111000010001101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D166FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D166FE; }

 p { color: rgb(209,102,254); }

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

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

 a { background-color: rgb(209,102,254); }

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

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

 span { border-color: rgb(209,102,254); }

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