Html Css Color HEX #DC76EE Heliotrope

📋 copy color: '#DC76EE'

red 220 ◦ green 118 ◦ blue 238

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

Shades of Heliotrope #DC76EE

Tints of Heliotrope #DC76EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.32%

R = 38.19%
G = 20.49%
B = 41.32%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC76EE (or 0xDC76EE) is known color: Heliotrope. HEX triplet: DC, 76 and EE. RGB value is (220,118,238). Sum of RGB (Red+Green+Blue) = 220+118+238=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC76EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76EE is #238911. Grayscale: #A1A1A1. Windows color (decimal): -2328850 or 15627996. OLE color: 15627996.

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

Color convert

RGB 220 118 238 -
CMYK 0.08 0.50 0 0.07
HSL 291º 0.78% 0.7% -
HSV(B) 291º 0.5% 0.93% -
XYZ 51.43 34.35 84.81 -
YUV 162.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 220 118 238 0.08 0.50 0 0.07 291 0.78 0.7
Hex DC 76 EE 8 32 0 7 123 4E 46
Octal 334 166 356 10 62 0 7 443 116 106
Binary 11011100 1110110 11101110 1000 110010 0 111 100100011 1001110 1000110

Color Harmonies of #DC76EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76EE

Black with #DC76EE

Text Example


Text Example

White with #DC76EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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