#DC7FF6

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

Shades of Heliotrope #DC7FF6

Tints of Heliotrope #DC7FF6

Color information

#DC7FF6 (or 0xDC7FF6) is unknown color: approx Heliotrope. HEX triplet: DC, 7F and F6. RGB value is (220,127,246). Sum of RGB (Red+Green+Blue) = 220+127+246=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 246 (96.48% from 255 or 41.48% from 593); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC7FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FF6 is #238009. Grayscale: #A7A7A7. Windows color (decimal): -2326538 or 16154588. OLE color: 16154588.

HSL color Cylindrical-coordinate representation of color #DC7FF6: hue angle of 286.89º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7FF6 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220127246-
CMYK0.110.4800.04
HSL286.89º86.86%73.14%-
HSV(B)286.89º48.37%96.47%-
XYZ53.7437.0591.51-
YUV168.37171.81164.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 127 (50% from 255) = 21.42%
BLUE value IS 246 (96.48% from 255) = 41.48%
R=37.10%
G=21.42%
B=41.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201272460.110.4800.04286.8986.8673.14
HexDC7FF6B300411f5749
Octal334177366136004437127111
Binary110111001111111111101101011110000010010001111110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7FF6; }

 p { color: rgb(220,127,246); }

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

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

 a { background-color: rgb(220,127,246); }

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

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

 span { border-color: rgb(220,127,246); }

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