Html Css Color HEX #D086EC Heliotrope

📋 copy color: '#D086EC'

red 208 ◦ green 134 ◦ blue 236

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

Shades of Heliotrope #D086EC

Tints of Heliotrope #D086EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.83%

R = 35.99%
G = 23.18%
B = 40.83%

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

#D086EC (or 0xD086EC) is known color: Heliotrope. HEX triplet: D0, 86 and EC. RGB value is (208,134,236). Sum of RGB (Red+Green+Blue) = 208+134+236=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #D086EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D086EC is #2F7913. Grayscale: #A7A7A7. Windows color (decimal): -3111188 or 15501008. OLE color: 15501008.

HSL color Cylindrical-coordinate representation of color #D086EC: hue angle of 283.53º degrees, saturation: 0.73, 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 #D086EC is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 134 236 -
CMYK 0.12 0.43 0 0.07
HSL 283.53º 0.73% 0.73% -
HSV(B) 283.53º 0.43% 0.93% -
XYZ 49.68 36.52 83.79 -
YUV 167.75 166.52 156.71 -
System Red Green Blue C M Y K H S L
Decimal 208 134 236 0.12 0.43 0 0.07 283.53 0.73 0.73
Hex D0 86 EC C 2B 0 7 11C 49 49
Octal 320 206 354 14 53 0 7 434 111 111
Binary 11010000 10000110 11101100 1100 101011 0 111 100011100 1001001 1001001

Color Harmonies of #D086EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086EC

Black with #D086EC

Text Example


Text Example

White with #D086EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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