#D08EFB

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

Shades of Heliotrope #D08EFB

Tints of Heliotrope #D08EFB

Color information

#D08EFB (or 0xD08EFB) is unknown color: approx Heliotrope. HEX triplet: D0, 8E and FB. RGB value is (208,142,251). Sum of RGB (Red+Green+Blue) = 208+142+251=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 142 (55.86% from 255 or 23.63% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #D08EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08EFB is #2F7104. Grayscale: #ADADAD. Windows color (decimal): -3109125 or 16486096. OLE color: 16486096.

HSL color Cylindrical-coordinate representation of color #D08EFB: hue angle of 276.33º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D08EFB is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208142251-
CMYK0.170.4300.02
HSL276.33º93.16%77.06%-
HSV(B)276.33º43.43%98.43%-
XYZ53.139.7296.14-
YUV174.16171.37152.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 142 (55.86% from 255) = 23.63%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=34.61%
G=23.63%
B=41.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081422510.170.4300.02276.3393.1677.06
HexD08EFB112B021145d4d
Octal320216373215302424135115
Binary1101000010001110111110111000110101101010001010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EFB; }

 p { color: rgb(208,142,251); }

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

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

 a { background-color: rgb(208,142,251); }

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

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

 span { border-color: rgb(208,142,251); }

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