Html Css Color HEX #D086EE Heliotrope

📋 copy color: '#D086EE'

red 208 ◦ green 134 ◦ blue 238

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

Shades of Heliotrope #D086EE

Tints of Heliotrope #D086EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.03%

R = 35.86%
G = 23.1%
B = 41.03%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D086EE (or 0xD086EE) is known color: Heliotrope. HEX triplet: D0, 86 and EE. RGB value is (208,134,238). Sum of RGB (Red+Green+Blue) = 208+134+238=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #D086EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D086EE is #2F7911. Grayscale: #A7A7A7. Windows color (decimal): -3111186 or 15632080. OLE color: 15632080.

HSL color Cylindrical-coordinate representation of color #D086EE: hue angle of 282.69º degrees, saturation: 0.75, 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 #D086EE is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 134 238 -
CMYK 0.13 0.44 0 0.07
HSL 282.69º 0.75% 0.73% -
HSV(B) 282.69º 0.44% 0.93% -
XYZ 49.97 36.63 85.33 -
YUV 167.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 208 134 238 0.13 0.44 0 0.07 282.69 0.75 0.73
Hex D0 86 EE D 2C 0 7 11B 4B 49
Octal 320 206 356 15 54 0 7 433 113 111
Binary 11010000 10000110 11101110 1101 101100 0 111 100011011 1001011 1001001

Color Harmonies of #D086EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086EE

Black with #D086EE

Text Example


Text Example

White with #D086EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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