#D08AF8

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

Shades of Heliotrope #D08AF8

Tints of Heliotrope #D08AF8

Color information

#D08AF8 (or 0xD08AF8) is unknown color: approx Heliotrope. HEX triplet: D0, 8A and F8. RGB value is (208,138,248). Sum of RGB (Red+Green+Blue) = 208+138+248=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #D08AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08AF8 is #2F7507. Grayscale: #ABABAB. Windows color (decimal): -3110152 or 16288464. OLE color: 16288464.

HSL color Cylindrical-coordinate representation of color #D08AF8: hue angle of 278.18º degrees, saturation: 0.89, 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 #D08AF8 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208138248-
CMYK0.160.4400.03
HSL278.18º88.71%75.69%-
HSV(B)278.18º44.35%97.25%-
XYZ52.0438.3693.47-
YUV171.47171.19154.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 138 (54.30% from 255) = 23.23%
BLUE value IS 248 (97.27% from 255) = 41.75%
R=35.02%
G=23.23%
B=41.75%

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
Decimal2081382480.160.4400.03278.1888.7175.69
HexD08AF8102C03116594c
Octal320212370205403426131114
Binary1101000010001010111110001000010110001110001011010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08AF8; }

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

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

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

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

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

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

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

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