#C580F2

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

Shades of Heliotrope #C580F2

Tints of Heliotrope #C580F2

Color information

#C580F2 (or 0xC580F2) is unknown color: approx Heliotrope. HEX triplet: C5, 80 and F2. RGB value is (197,128,242). Sum of RGB (Red+Green+Blue) = 197+128+242=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #C580F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C580F2 is #3A7F0D. Grayscale: #A1A1A1. Windows color (decimal): -3833614 or 15892677. OLE color: 15892677.

HSL color Cylindrical-coordinate representation of color #C580F2: hue angle of 276.32º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C580F2 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197128242-
CMYK0.190.4700.05
HSL276.32º81.43%72.55%-
HSV(B)276.32º47.11%94.9%-
XYZ46.7733.7288.05-
YUV161.63173.36153.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.74%
GREEN value IS 128 (50.39% from 255) = 22.57%
BLUE value IS 242 (94.92% from 255) = 42.68%
R=34.74%
G=22.57%
B=42.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971282420.190.4700.05276.3281.4372.55
HexC580F2132F051145149
Octal305200362235705424121111
Binary11000101100000001111001010011101111010110001010010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C580F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C580F2; }

 p { color: rgb(197,128,242); }

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

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

 a { background-color: rgb(197,128,242); }

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

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

 span { border-color: rgb(197,128,242); }

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