#C58FD0

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

Shades of Wisteria #C58FD0

Tints of Wisteria #C58FD0

Color information

#C58FD0 (or 0xC58FD0) is unknown color: approx Wisteria. HEX triplet: C5, 8F and D0. RGB value is (197,143,208). Sum of RGB (Red+Green+Blue) = 197+143+208=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #C58FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FD0 is #3A702F. Grayscale: #A6A6A6. Windows color (decimal): -3829808 or 13668293. OLE color: 13668293.

HSL color Cylindrical-coordinate representation of color #C58FD0: hue angle of 289.85º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58FD0 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197143208-
CMYK0.050.3100.18
HSL289.85º40.88%68.82%-
HSV(B)289.85º31.25%81.57%-
XYZ44.2336.0764.31-
YUV166.56151.39149.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.95%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 208 (81.64% from 255) = 37.96%
R=35.95%
G=26.09%
B=37.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971432080.050.3100.18289.8540.8868.82
HexC58FD051F0121222945
Octal30521732053702244251105
Binary110001011000111111010000101111110100101001000101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58FD0; }

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

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

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

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

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

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

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

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