#C580ED

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

Shades of Heliotrope #C580ED

Tints of Heliotrope #C580ED

Color information

#C580ED (or 0xC580ED) is unknown color: approx Heliotrope. HEX triplet: C5, 80 and ED. RGB value is (197,128,237). Sum of RGB (Red+Green+Blue) = 197+128+237=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #C580ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C580ED is #3A7F12. Grayscale: #A0A0A0. Windows color (decimal): -3833619 or 15564997. OLE color: 15564997.

HSL color Cylindrical-coordinate representation of color #C580ED: hue angle of 277.98º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C580ED is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197128237-
CMYK0.170.4600.07
HSL277.98º75.17%71.57%-
HSV(B)277.98º45.99%92.94%-
XYZ46.0333.4284.15-
YUV161.06170.86153.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.05%
GREEN value IS 128 (50.39% from 255) = 22.78%
BLUE value IS 237 (92.97% from 255) = 42.17%
R=35.05%
G=22.78%
B=42.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971282370.170.4600.07277.9875.1771.57
HexC580ED112E071164b48
Octal305200355215607426113110
Binary11000101100000001110110110001101110011110001011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C580ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C580ED; }

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

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

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

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

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

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

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

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