Html Css Color HEX #D086ED Heliotrope

📋 copy color: '#D086ED'

red 208 ◦ green 134 ◦ blue 237

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

Shades of Heliotrope #D086ED

Tints of Heliotrope #D086ED

RGB

 RED value IS 208 (81.64% from 255) = 35.92%

 GREEN value IS 134 (52.73% from 255) = 23.14%

 BLUE value IS 237 (92.97% from 255) = 40.93%

R = 35.92%
G = 23.14%
B = 40.93%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D086ED (or 0xD086ED) is known color: Heliotrope. HEX triplet: D0, 86 and ED. RGB value is (208,134,237). Sum of RGB (Red+Green+Blue) = 208+134+237=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #D086ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D086ED is #2F7912. Grayscale: #A7A7A7. Windows color (decimal): -3111187 or 15566544. OLE color: 15566544.

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

Color convert

RGB 208 134 237 -
CMYK 0.12 0.43 0 0.07
HSL 283.11º 0.74% 0.73% -
HSV(B) 283.11º 0.43% 0.93% -
XYZ 49.82 36.57 84.55 -
YUV 167.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 208 134 237 0.12 0.43 0 0.07 283.11 0.74 0.73
Hex D0 86 ED C 2B 0 7 11B 4A 49
Octal 320 206 355 14 53 0 7 433 112 111
Binary 11010000 10000110 11101101 1100 101011 0 111 100011011 1001010 1001001

Color Harmonies of #D086ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086ED

Black with #D086ED

Text Example


Text Example

White with #D086ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086ED; }

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

 H1.HeaderClassName
 {
   color: #D086ED;
 }
 .AnyTagClassName
 {
   color: #D086ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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