#D085ED

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

Shades of Heliotrope #D085ED

Tints of Heliotrope #D085ED

Color information

#D085ED (or 0xD085ED) is unknown color: approx Heliotrope. HEX triplet: D0, 85 and ED. RGB value is (208,133,237). Sum of RGB (Red+Green+Blue) = 208+133+237=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #D085ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085ED is #2F7A12. Grayscale: #A6A6A6. Windows color (decimal): -3111443 or 15566288. OLE color: 15566288.

HSL color Cylindrical-coordinate representation of color #D085ED: hue angle of 283.27º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D085ED is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208133237-
CMYK0.120.4400.07
HSL283.27º74.29%72.55%-
HSV(B)283.27º43.88%92.94%-
XYZ49.6936.384.51-
YUV167.28167.35157.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 133 (52.34% from 255) = 23.01%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=35.99%
G=23.01%
B=41.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081332370.120.4400.07283.2774.2972.55
HexD085EDC2C0711b4a49
Octal320205355145407433112111
Binary1101000010000101111011011100101100011110001101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085ED; }

 p { color: rgb(208,133,237); }

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

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

 a { background-color: rgb(208,133,237); }

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

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

 span { border-color: rgb(208,133,237); }

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