Html Css Color HEX #DC76EF Heliotrope

📋 copy color: '#DC76EF'

red 220 ◦ green 118 ◦ blue 239

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

Shades of Heliotrope #DC76EF

Tints of Heliotrope #DC76EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.42%

R = 38.13%
G = 20.45%
B = 41.42%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC76EF (or 0xDC76EF) is known color: Heliotrope. HEX triplet: DC, 76 and EF. RGB value is (220,118,239). Sum of RGB (Red+Green+Blue) = 220+118+239=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC76EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76EF is #238910. Grayscale: #A1A1A1. Windows color (decimal): -2328849 or 15693532. OLE color: 15693532.

HSL color Cylindrical-coordinate representation of color #DC76EF: hue angle of 290.58º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC76EF is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 118 239 -
CMYK 0.08 0.51 0 0.06
HSL 290.58º 0.79% 0.7% -
HSV(B) 290.58º 0.51% 0.94% -
XYZ 51.57 34.4 85.58 -
YUV 162.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 220 118 239 0.08 0.51 0 0.06 290.58 0.79 0.7
Hex DC 76 EF 8 33 0 6 123 4F 46
Octal 334 166 357 10 63 0 6 443 117 106
Binary 11011100 1110110 11101111 1000 110011 0 110 100100011 1001111 1000110

Color Harmonies of #DC76EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76EF

Black with #DC76EF

Text Example


Text Example

White with #DC76EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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