#D08BF9

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

Shades of Heliotrope #D08BF9

Tints of Heliotrope #D08BF9

Color information

#D08BF9 (or 0xD08BF9) is unknown color: approx Heliotrope. HEX triplet: D0, 8B and F9. RGB value is (208,139,249). Sum of RGB (Red+Green+Blue) = 208+139+249=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #D08BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08BF9 is #2F7406. Grayscale: #ABABAB. Windows color (decimal): -3109895 or 16354256. OLE color: 16354256.

HSL color Cylindrical-coordinate representation of color #D08BF9: hue angle of 277.64º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D08BF9 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208139249-
CMYK0.160.4400.02
HSL277.64º90.16%76.08%-
HSV(B)277.64º44.18%97.65%-
XYZ52.3438.7194.34-
YUV172.17171.36153.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.90%
GREEN value IS 139 (54.69% from 255) = 23.32%
BLUE value IS 249 (97.66% from 255) = 41.78%
R=34.90%
G=23.32%
B=41.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081392490.160.4400.02277.6490.1676.08
HexD08BF9102C021165a4c
Octal320213371205402426132114
Binary1101000010001011111110011000010110001010001011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08BF9; }

 p { color: rgb(208,139,249); }

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

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

 a { background-color: rgb(208,139,249); }

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

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

 span { border-color: rgb(208,139,249); }

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