#C570FB

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

Shades of Heliotrope #C570FB

Tints of Heliotrope #C570FB

Color information

#C570FB (or 0xC570FB) is unknown color: approx Heliotrope. HEX triplet: C5, 70 and FB. RGB value is (197,112,251). Sum of RGB (Red+Green+Blue) = 197+112+251=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #C570FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570FB is #3A8F04. Grayscale: #989898. Windows color (decimal): -3837701 or 16478405. OLE color: 16478405.

HSL color Cylindrical-coordinate representation of color #C570FB: hue angle of 276.69º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C570FB is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197112251-
CMYK0.220.5500.02
HSL276.69º94.56%71.18%-
HSV(B)276.69º55.38%98.43%-
XYZ46.2330.4294.7-
YUV153.26183.16159.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.18%
GREEN value IS 112 (44.14% from 255) = 20%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=35.18%
G=20%
B=44.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971122510.220.5500.02276.6994.5671.18
HexC570FB1637021155f47
Octal305160373266702425137107
Binary110001011110000111110111011011011101010001010110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C570FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C570FB; }

 p { color: rgb(197,112,251); }

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

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

 a { background-color: rgb(197,112,251); }

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

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

 span { border-color: rgb(197,112,251); }

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