#D08CFF

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

Shades of Heliotrope #D08CFF

Tints of Heliotrope #D08CFF

Color information

#D08CFF (or 0xD08CFF) is unknown color: approx Heliotrope. HEX triplet: D0, 8C and FF. RGB value is (208,140,255). Sum of RGB (Red+Green+Blue) = 208+140+255=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 140 (55.08% from 255 or 23.22% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #D08CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08CFF is #2F7300. Grayscale: #ADADAD. Windows color (decimal): -3109633 or 16747728. OLE color: 16747728.

HSL color Cylindrical-coordinate representation of color #D08CFF: hue angle of 275.48º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D08CFF is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208140255-
CMYK0.180.4500
HSL275.48º100%77.45%-
HSV(B)275.48º45.1%100%-
XYZ53.4439.3999.39-
YUV173.44174.03152.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.49%
GREEN value IS 140 (55.08% from 255) = 23.22%
BLUE value IS 255 (100% from 255) = 42.29%
R=34.49%
G=23.22%
B=42.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081402550.180.4500275.4810077.45
HexD08CFF122D00113644d
Octal320214377225500423144115
Binary110100001000110011111111100101011010010001001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08CFF; }

 p { color: rgb(208,140,255); }

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

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

 a { background-color: rgb(208,140,255); }

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

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

 span { border-color: rgb(208,140,255); }

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