#C580FF

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

Shades of Heliotrope #C580FF

Tints of Heliotrope #C580FF

Color information

#C580FF (or 0xC580FF) is unknown color: approx Heliotrope. HEX triplet: C5, 80 and FF. RGB value is (197,128,255). Sum of RGB (Red+Green+Blue) = 197+128+255=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #C580FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C580FF is #3A7F00. Grayscale: #A2A2A2. Windows color (decimal): -3833601 or 16744645. OLE color: 16744645.

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

Color convert

RGB197128255-
CMYK0.230.5000
HSL272.6º100%75.1%-
HSV(B)272.6º49.8%100%-
XYZ48.834.5398.7-
YUV163.11179.86152.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.97%
GREEN value IS 128 (50.39% from 255) = 22.07%
BLUE value IS 255 (100% from 255) = 43.97%
R=33.97%
G=22.07%
B=43.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971282550.230.5000272.610075.1
HexC580FF173200111644b
Octal305200377276200421144113
Binary110001011000000011111111101111100100010001000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C580FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C580FF; }

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

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

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

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

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

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

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

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