Html Css Color HEX #DC76EC Heliotrope

📋 copy color: '#DC76EC'

red 220 ◦ green 118 ◦ blue 236

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

Shades of Heliotrope #DC76EC

Tints of Heliotrope #DC76EC

RGB

 RED value IS 220 (86.33% from 255) = 38.33%

 GREEN value IS 118 (46.48% from 255) = 20.56%

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

R = 38.33%
G = 20.56%
B = 41.11%

CMYK

 C value IS 0.07

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC76EC (or 0xDC76EC) is known color: Heliotrope. HEX triplet: DC, 76 and EC. RGB value is (220,118,236). Sum of RGB (Red+Green+Blue) = 220+118+236=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC76EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76EC is #238913. Grayscale: #A1A1A1. Windows color (decimal): -2328852 or 15496924. OLE color: 15496924.

HSL color Cylindrical-coordinate representation of color #DC76EC: hue angle of 291.86º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC76EC is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 118 236 -
CMYK 0.07 0.5 0 0.07
HSL 291.86º 0.76% 0.69% -
HSV(B) 291.86º 0.5% 0.93% -
XYZ 51.13 34.23 83.27 -
YUV 161.95 169.79 169.41 -
System Red Green Blue C M Y K H S L
Decimal 220 118 236 0.07 0.5 0 0.07 291.86 0.76 0.69
Hex DC 76 EC 7 32 0 7 124 4C 45
Octal 334 166 354 7 62 0 7 444 114 105
Binary 11011100 1110110 11101100 111 110010 0 111 100100100 1001100 1000101

Color Harmonies of #DC76EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76EC

Black with #DC76EC

Text Example


Text Example

White with #DC76EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76EC; }

 p { color: rgb(220,118,236); }

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

background-color css

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

 a { background-color: rgb(220,118,236); }

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

border-color css

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

 span { border-color: rgb(220,118,236); }

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