#DC76F1

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

Shades of Heliotrope #DC76F1

Tints of Heliotrope #DC76F1

Color information

#DC76F1 (or 0xDC76F1) is unknown color: approx Heliotrope. HEX triplet: DC, 76 and F1. RGB value is (220,118,241). Sum of RGB (Red+Green+Blue) = 220+118+241=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC76F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76F1 is #23890E. Grayscale: #A2A2A2. Windows color (decimal): -2328847 or 15824604. OLE color: 15824604.

HSL color Cylindrical-coordinate representation of color #DC76F1: hue angle of 289.76º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC76F1 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220118241-
CMYK0.090.5100.05
HSL289.76º81.46%70.39%-
HSV(B)289.76º51.04%94.51%-
XYZ51.8734.5287.15-
YUV162.52172.29169-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 118 (46.48% from 255) = 20.38%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=38.00%
G=20.38%
B=41.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201182410.090.5100.05289.7681.4670.39
HexDC76F1933051225146
Octal334166361116305442121106
Binary110111001110110111100011001110011010110010001010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC76F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC76F1; }

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

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

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

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

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

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

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

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