#C571EC

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

Shades of Heliotrope #C571EC

Tints of Heliotrope #C571EC

Color information

#C571EC (or 0xC571EC) is unknown color: approx Heliotrope. HEX triplet: C5, 71 and EC. RGB value is (197,113,236). Sum of RGB (Red+Green+Blue) = 197+113+236=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #C571EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C571EC is #3A8E13. Grayscale: #979797. Windows color (decimal): -3837460 or 15495621. OLE color: 15495621.

HSL color Cylindrical-coordinate representation of color #C571EC: hue angle of 280.98º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C571EC is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197113236-
CMYK0.170.5200.07
HSL280.98º76.4%68.43%-
HSV(B)280.98º52.12%92.55%-
XYZ44.0729.7482.77-
YUV152.14175.33160-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.08%
GREEN value IS 113 (44.53% from 255) = 20.70%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=36.08%
G=20.70%
B=43.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971132360.170.5200.07280.9876.468.43
HexC571EC1134071194c44
Octal305161354216407431114104
Binary1100010111100011110110010001110100011110001100110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C571EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C571EC; }

 p { color: rgb(197,113,236); }

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

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

 a { background-color: rgb(197,113,236); }

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

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

 span { border-color: rgb(197,113,236); }

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