#C58CDC

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

Shades of Wisteria #C58CDC

Tints of Wisteria #C58CDC

Color information

#C58CDC (or 0xC58CDC) is unknown color: approx Wisteria. HEX triplet: C5, 8C and DC. RGB value is (197,140,220). Sum of RGB (Red+Green+Blue) = 197+140+220=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #C58CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CDC is #3A7323. Grayscale: #A5A5A5. Windows color (decimal): -3830564 or 14453957. OLE color: 14453957.

HSL color Cylindrical-coordinate representation of color #C58CDC: hue angle of 282.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C58CDC is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197140220-
CMYK0.100.3600.14
HSL282.75º53.33%70.59%-
HSV(B)282.75º36.36%86.27%-
XYZ45.3235.7972.23-
YUV166.16158.38150-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.37%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=35.37%
G=25.13%
B=39.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971402200.100.3600.14282.7553.3370.59
HexC58CDCA240E11b3547
Octal305214334124401643365107
Binary1100010110001100110111001010100100011101000110111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CDC; }

 p { color: rgb(197,140,220); }

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

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

 a { background-color: rgb(197,140,220); }

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

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

 span { border-color: rgb(197,140,220); }

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