#C58BD6

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

Shades of Wisteria #C58BD6

Tints of Wisteria #C58BD6

Color information

#C58BD6 (or 0xC58BD6) is unknown color: approx Wisteria. HEX triplet: C5, 8B and D6. RGB value is (197,139,214). Sum of RGB (Red+Green+Blue) = 197+139+214=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #C58BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BD6 is #3A7429. Grayscale: #A4A4A4. Windows color (decimal): -3830826 or 14060485. OLE color: 14060485.

HSL color Cylindrical-coordinate representation of color #C58BD6: hue angle of 286.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58BD6 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197139214-
CMYK0.080.3500.16
HSL286.4º47.77%69.22%-
HSV(B)286.4º35.05%83.92%-
XYZ44.435.1968.07-
YUV164.89155.72150.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.82%
GREEN value IS 139 (54.69% from 255) = 25.27%
BLUE value IS 214 (83.98% from 255) = 38.91%
R=35.82%
G=25.27%
B=38.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971392140.080.3500.16286.447.7769.22
HexC58BD682301011e3045
Octal305213326104302043660105
Binary11000101100010111101011010001000110100001000111101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BD6; }

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

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

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

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

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

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

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

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