#D08BF7

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

Shades of Heliotrope #D08BF7

Tints of Heliotrope #D08BF7

Color information

#D08BF7 (or 0xD08BF7) is unknown color: approx Heliotrope. HEX triplet: D0, 8B and F7. RGB value is (208,139,247). Sum of RGB (Red+Green+Blue) = 208+139+247=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 247 (96.88% from 255 or 41.58% from 594); Max value from RGB is 247 - color contains mainly: blue. Hex color #D08BF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08BF7 is #2F7408. Grayscale: #ABABAB. Windows color (decimal): -3109897 or 16223184. OLE color: 16223184.

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

Color convert

RGB208139247-
CMYK0.160.4400.03
HSL278.33º87.1%75.69%-
HSV(B)278.33º43.72%96.86%-
XYZ52.0338.5992.7-
YUV171.94170.36153.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 139 (54.69% from 255) = 23.40%
BLUE value IS 247 (96.88% from 255) = 41.58%
R=35.02%
G=23.40%
B=41.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2081392470.160.4400.03278.3387.175.69
HexD08BF7102C03116574c
Octal320213367205403426127114
Binary1101000010001011111101111000010110001110001011010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08BF7; }

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

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

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

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

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

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

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

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