Html Css Color HEX #D06FEC Heliotrope

📋 copy color: '#D06FEC'

red 208 ◦ green 111 ◦ blue 236

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

Shades of Heliotrope #D06FEC

Tints of Heliotrope #D06FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20%

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

R = 37.48%
G = 20%
B = 42.52%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D06FEC (or 0xD06FEC) is known color: Heliotrope. HEX triplet: D0, 6F and EC. RGB value is (208,111,236). Sum of RGB (Red+Green+Blue) = 208+111+236=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #D06FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FEC is #2F9013. Grayscale: #999999. Windows color (decimal): -3117076 or 15495120. OLE color: 15495120.

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

Color convert

RGB 208 111 236 -
CMYK 0.12 0.53 0 0.07
HSL 286.56º 0.77% 0.68% -
HSV(B) 286.56º 0.53% 0.93% -
XYZ 46.84 30.83 82.84 -
YUV 154.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 208 111 236 0.12 0.53 0 0.07 286.56 0.77 0.68
Hex D0 6F EC C 35 0 7 11F 4D 44
Octal 320 157 354 14 65 0 7 437 115 104
Binary 11010000 1101111 11101100 1100 110101 0 111 100011111 1001101 1000100

Color Harmonies of #D06FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FEC

Black with #D06FEC

Text Example


Text Example

White with #D06FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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