#C570FF

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

Shades of Heliotrope #C570FF

Tints of Heliotrope #C570FF

Color information

#C570FF (or 0xC570FF) is unknown color: approx Heliotrope. HEX triplet: C5, 70 and FF. RGB value is (197,112,255). Sum of RGB (Red+Green+Blue) = 197+112+255=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #C570FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570FF is #3A8F00. Grayscale: #999999. Windows color (decimal): -3837697 or 16740549. OLE color: 16740549.

HSL color Cylindrical-coordinate representation of color #C570FF: hue angle of 275.66º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C570FF is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197112255-
CMYK0.230.5600
HSL275.66º100%71.96%-
HSV(B)275.66º56.08%100%-
XYZ46.8730.6898.06-
YUV153.72185.16158.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.93%
GREEN value IS 112 (44.14% from 255) = 19.86%
BLUE value IS 255 (100% from 255) = 45.21%
R=34.93%
G=19.86%
B=45.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971122550.230.5600275.6610071.96
HexC570FF1738001146448
Octal305160377277000424144110
Binary11000101111000011111111101111110000010001010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C570FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C570FF; }

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

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

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

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

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

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

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

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