#C580FB

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

Shades of Heliotrope #C580FB

Tints of Heliotrope #C580FB

Color information

#C580FB (or 0xC580FB) is unknown color: approx Heliotrope. HEX triplet: C5, 80 and FB. RGB value is (197,128,251). Sum of RGB (Red+Green+Blue) = 197+128+251=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #C580FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C580FB is #3A7F04. Grayscale: #A2A2A2. Windows color (decimal): -3833605 or 16482501. OLE color: 16482501.

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

Color convert

RGB197128251-
CMYK0.220.4900.02
HSL273.66º93.89%74.31%-
HSV(B)273.66º49%98.43%-
XYZ48.1634.2795.34-
YUV162.65177.86152.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.20%
GREEN value IS 128 (50.39% from 255) = 22.22%
BLUE value IS 251 (98.44% from 255) = 43.58%
R=34.20%
G=22.22%
B=43.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971282510.220.4900.02273.6693.8974.31
HexC580FB1631021125e4a
Octal305200373266102422136112
Binary1100010110000000111110111011011000101010001001010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C580FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C580FB; }

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

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

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

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

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

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

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

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