#C58FDD

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

Shades of Wisteria #C58FDD

Tints of Wisteria #C58FDD

Color information

#C58FDD (or 0xC58FDD) is unknown color: approx Wisteria. HEX triplet: C5, 8F and DD. RGB value is (197,143,221). Sum of RGB (Red+Green+Blue) = 197+143+221=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #C58FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FDD is #3A7022. Grayscale: #A7A7A7. Windows color (decimal): -3829795 or 14520261. OLE color: 14520261.

HSL color Cylindrical-coordinate representation of color #C58FDD: hue angle of 281.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58FDD is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197143221-
CMYK0.110.3500.13
HSL281.54º53.42%71.37%-
HSV(B)281.54º35.29%86.67%-
XYZ45.936.7473.08-
YUV168.04157.89148.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.12%
GREEN value IS 143 (56.25% from 255) = 25.49%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=35.12%
G=25.49%
B=39.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971432210.110.3500.13281.5453.4271.37
HexC58FDDB230D11a3547
Octal305217335134301543265107
Binary1100010110001111110111011011100011011011000110101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58FDD; }

 p { color: rgb(197,143,221); }

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

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

 a { background-color: rgb(197,143,221); }

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

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

 span { border-color: rgb(197,143,221); }

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