Html Css Color HEX #D085ED Heliotrope

📋 copy color: '#D085ED'

red 208 ◦ green 133 ◦ blue 237

#D085ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D085ED

Tints of Heliotrope #D085ED

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%

R = 35.99%
G = 23.01%
B = 41%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D085ED (or 0xD085ED) is known color: 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

RGB 208 133 237 -
CMYK 0.12 0.44 0 0.07
HSL 283.27º 0.74% 0.73% -
HSV(B) 283.27º 0.44% 0.93% -
XYZ 49.69 36.3 84.51 -
YUV 167.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 208 133 237 0.12 0.44 0 0.07 283.27 0.74 0.73
Hex D0 85 ED C 2C 0 7 11B 4A 49
Octal 320 205 355 14 54 0 7 433 112 111
Binary 11010000 10000101 11101101 1100 101100 0 111 100011011 1001010 1001001

Color Harmonies of #D085ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085ED

Black with #D085ED

Text Example


Text Example

White with #D085ED

Text Example


Text Example

HTML Codes & Css Web 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>