#DC7CF9

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

Shades of Heliotrope #DC7CF9

Tints of Heliotrope #DC7CF9

Color information

#DC7CF9 (or 0xDC7CF9) is unknown color: approx Heliotrope. HEX triplet: DC, 7C and F9. RGB value is (220,124,249). Sum of RGB (Red+Green+Blue) = 220+124+249=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 124 (48.83% from 255 or 20.91% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC7CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CF9 is #238306. Grayscale: #A6A6A6. Windows color (decimal): -2327303 or 16350428. OLE color: 16350428.

HSL color Cylindrical-coordinate representation of color #DC7CF9: hue angle of 286.08º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7CF9 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220124249-
CMYK0.120.5000.02
HSL286.08º91.24%73.14%-
HSV(B)286.08º50.2%97.65%-
XYZ53.8236.4793.83-
YUV166.95174.3165.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 124 (48.83% from 255) = 20.91%
BLUE value IS 249 (97.66% from 255) = 41.99%
R=37.10%
G=20.91%
B=41.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201242490.120.5000.02286.0891.2473.14
HexDC7CF9C320211e5b49
Octal334174371146202436133111
Binary11011100111110011111001110011001001010001111010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7CF9; }

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

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

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

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

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

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

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

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