#C58BDF

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

Shades of Wisteria #C58BDF

Tints of Wisteria #C58BDF

Color information

#C58BDF (or 0xC58BDF) is unknown color: approx Wisteria. HEX triplet: C5, 8B and DF. RGB value is (197,139,223). Sum of RGB (Red+Green+Blue) = 197+139+223=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #C58BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BDF is #3A7420. Grayscale: #A5A5A5. Windows color (decimal): -3830817 or 14650309. OLE color: 14650309.

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

Color convert

RGB197139223-
CMYK0.120.3800.13
HSL281.43º56.76%70.98%-
HSV(B)281.43º37.67%87.45%-
XYZ45.5835.6674.29-
YUV165.92160.22150.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 139 (54.69% from 255) = 24.87%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=35.24%
G=24.87%
B=39.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971392230.120.3800.13281.4356.7670.98
HexC58BDFC260D1193947
Octal305213337144601543171107
Binary1100010110001011110111111100100110011011000110011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BDF; }

 p { color: rgb(197,139,223); }

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

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

 a { background-color: rgb(197,139,223); }

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

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

 span { border-color: rgb(197,139,223); }

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