Html Css Color HEX #DC76EA Heliotrope

📋 copy color: '#DC76EA'

red 220 ◦ green 118 ◦ blue 234

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

Shades of Heliotrope #DC76EA

Tints of Heliotrope #DC76EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 38.46%
G = 20.63%
B = 40.91%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC76EA (or 0xDC76EA) is known color: Heliotrope. HEX triplet: DC, 76 and EA. RGB value is (220,118,234). Sum of RGB (Red+Green+Blue) = 220+118+234=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76EA is #238915. Grayscale: #A1A1A1. Windows color (decimal): -2328854 or 15365852. OLE color: 15365852.

HSL color Cylindrical-coordinate representation of color #DC76EA: hue angle of 292.76º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC76EA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 118 234 -
CMYK 0.06 0.50 0 0.08
HSL 292.76º 0.73% 0.69% -
HSV(B) 292.76º 0.5% 0.92% -
XYZ 50.84 34.11 81.75 -
YUV 161.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 220 118 234 0.06 0.50 0 0.08 292.76 0.73 0.69
Hex DC 76 EA 6 32 0 8 125 49 45
Octal 334 166 352 6 62 0 10 445 111 105
Binary 11011100 1110110 11101010 110 110010 0 1000 100100101 1001001 1000101

Color Harmonies of #DC76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76EA

Black with #DC76EA

Text Example


Text Example

White with #DC76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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