#C58CD6

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

Shades of Wisteria #C58CD6

Tints of Wisteria #C58CD6

Color information

#C58CD6 (or 0xC58CD6) is unknown color: approx Wisteria. HEX triplet: C5, 8C and D6. RGB value is (197,140,214). Sum of RGB (Red+Green+Blue) = 197+140+214=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #C58CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CD6 is #3A7329. Grayscale: #A5A5A5. Windows color (decimal): -3830570 or 14060741. OLE color: 14060741.

HSL color Cylindrical-coordinate representation of color #C58CD6: hue angle of 286.22º degrees, saturation: 0.47, 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 #C58CD6 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197140214-
CMYK0.080.3500.16
HSL286.22º47.44%69.41%-
HSV(B)286.22º34.58%83.92%-
XYZ44.5435.4868.12-
YUV165.48155.38150.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.75%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 214 (83.98% from 255) = 38.84%
R=35.75%
G=25.41%
B=38.84%

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
Decimal1971402140.080.3500.16286.2247.4469.41
HexC58CD682301011e2f45
Octal305214326104302043657105
Binary11000101100011001101011010001000110100001000111101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CD6; }

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

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

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

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

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

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

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

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