#DC7CF2

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

Shades of Heliotrope #DC7CF2

Tints of Heliotrope #DC7CF2

Color information

#DC7CF2 (or 0xDC7CF2) is unknown color: approx Heliotrope. HEX triplet: DC, 7C and F2. RGB value is (220,124,242). Sum of RGB (Red+Green+Blue) = 220+124+242=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC7CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CF2 is #23830D. Grayscale: #A5A5A5. Windows color (decimal): -2327310 or 15891676. OLE color: 15891676.

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

Color convert

RGB220124242-
CMYK0.090.4900.05
HSL288.81º81.94%71.76%-
HSV(B)288.81º48.76%94.9%-
XYZ52.7536.0488.18-
YUV166.16170.8166.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 124 (48.83% from 255) = 21.16%
BLUE value IS 242 (94.92% from 255) = 41.30%
R=37.54%
G=21.16%
B=41.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201242420.090.4900.05288.8181.9471.76
HexDC7CF2931051215248
Octal334174362116105441122110
Binary110111001111100111100101001110001010110010000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7CF2; }

 p { color: rgb(220,124,242); }

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

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

 a { background-color: rgb(220,124,242); }

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

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

 span { border-color: rgb(220,124,242); }

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