Html Css Color HEX #D06DEC Heliotrope

📋 copy color: '#D06DEC'

red 208 ◦ green 109 ◦ blue 236

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

Shades of Heliotrope #D06DEC

Tints of Heliotrope #D06DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.71%

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

R = 37.61%
G = 19.71%
B = 42.68%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D06DEC (or 0xD06DEC) is known color: Heliotrope. HEX triplet: D0, 6D and EC. RGB value is (208,109,236). Sum of RGB (Red+Green+Blue) = 208+109+236=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #D06DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06DEC is #2F9213. Grayscale: #989898. Windows color (decimal): -3117588 or 15494608. OLE color: 15494608.

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

Color convert

RGB 208 109 236 -
CMYK 0.12 0.54 0 0.07
HSL 286.77º 0.77% 0.68% -
HSV(B) 286.77º 0.54% 0.93% -
XYZ 46.62 30.4 82.77 -
YUV 153.08 174.8 167.17 -
System Red Green Blue C M Y K H S L
Decimal 208 109 236 0.12 0.54 0 0.07 286.77 0.77 0.68
Hex D0 6D EC C 36 0 7 11F 4D 44
Octal 320 155 354 14 66 0 7 437 115 104
Binary 11010000 1101101 11101100 1100 110110 0 111 100011111 1001101 1000100

Color Harmonies of #D06DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DEC

Black with #D06DEC

Text Example


Text Example

White with #D06DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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