#D08AF7

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

Shades of Heliotrope #D08AF7

Tints of Heliotrope #D08AF7

Color information

#D08AF7 (or 0xD08AF7) is unknown color: approx Heliotrope. HEX triplet: D0, 8A and F7. RGB value is (208,138,247). Sum of RGB (Red+Green+Blue) = 208+138+247=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #D08AF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08AF7 is #2F7508. Grayscale: #AAAAAA. Windows color (decimal): -3110153 or 16222928. OLE color: 16222928.

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

Color convert

RGB208138247-
CMYK0.160.4400.03
HSL278.53º87.2%75.49%-
HSV(B)278.53º44.13%96.86%-
XYZ51.8938.392.65-
YUV171.36170.69154.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.08%
GREEN value IS 138 (54.30% from 255) = 23.27%
BLUE value IS 247 (96.88% from 255) = 41.65%
R=35.08%
G=23.27%
B=41.65%

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
Decimal2081382470.160.4400.03278.5387.275.49
HexD08AF7102C03117574b
Octal320212367205403427127113
Binary1101000010001010111101111000010110001110001011110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08AF7; }

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

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

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

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

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

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

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

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