#DC7CF0

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

Shades of Heliotrope #DC7CF0

Tints of Heliotrope #DC7CF0

Color information

#DC7CF0 (or 0xDC7CF0) is unknown color: approx Heliotrope. HEX triplet: DC, 7C and F0. RGB value is (220,124,240). Sum of RGB (Red+Green+Blue) = 220+124+240=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC7CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CF0 is #23830F. Grayscale: #A5A5A5. Windows color (decimal): -2327312 or 15760604. OLE color: 15760604.

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

Color convert

RGB220124240-
CMYK0.080.4800.06
HSL289.66º79.45%71.37%-
HSV(B)289.66º48.33%94.12%-
XYZ52.4535.9286.61-
YUV165.93169.8166.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 124 (48.83% from 255) = 21.23%
BLUE value IS 240 (94.14% from 255) = 41.10%
R=37.67%
G=21.23%
B=41.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201242400.080.4800.06289.6679.4571.37
HexDC7CF0830061224f47
Octal334174360106006442117107
Binary110111001111100111100001000110000011010010001010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7CF0; }

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

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

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

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

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

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

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

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