#DC76FF

Color #DC76FF Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DC76FF

Tints of Heliotrope #DC76FF

Color information

#DC76FF (or 0xDC76FF) is unknown color: approx Heliotrope. HEX triplet: DC, 76 and FF. RGB value is (220,118,255). Sum of RGB (Red+Green+Blue) = 220+118+255=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 118 (46.48% from 255 or 19.90% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC76FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76FF is #238900. Grayscale: #A3A3A3. Windows color (decimal): -2328833 or 16742108. OLE color: 16742108.

HSL color Cylindrical-coordinate representation of color #DC76FF: hue angle of 284.67º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC76FF is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220118255-
CMYK0.140.5400
HSL284.67º100%73.14%-
HSV(B)284.67º53.73%100%-
XYZ54.0435.3998.59-
YUV164.12179.29167.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 118 (46.48% from 255) = 19.90%
BLUE value IS 255 (100% from 255) = 43.00%
R=37.10%
G=19.90%
B=43.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201182550.140.5400284.6710073.14
HexDC76FFE360011d6449
Octal334166377166600435144111
Binary1101110011101101111111111101101100010001110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC76FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC76FF; }

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

 H1.HeaderClassName
 {
   color: #DC76FF;
 }
 .AnyTagClassName
 {
   color: #DC76FF;
 }
</style>
background-color css

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

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

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

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

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

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