#C58FDA

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

Shades of Wisteria #C58FDA

Tints of Wisteria #C58FDA

Color information

#C58FDA (or 0xC58FDA) is unknown color: approx Wisteria. HEX triplet: C5, 8F and DA. RGB value is (197,143,218). Sum of RGB (Red+Green+Blue) = 197+143+218=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #C58FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FDA is #3A7025. Grayscale: #A7A7A7. Windows color (decimal): -3829798 or 14323653. OLE color: 14323653.

HSL color Cylindrical-coordinate representation of color #C58FDA: hue angle of 283.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C58FDA is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197143218-
CMYK0.100.3400.15
HSL283.2º50.34%70.78%-
HSV(B)283.2º34.4%85.49%-
XYZ45.536.5870.99-
YUV167.7156.39148.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.30%
GREEN value IS 143 (56.25% from 255) = 25.63%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=35.30%
G=25.63%
B=39.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971432180.100.3400.15283.250.3470.78
HexC58FDAA220F11b3247
Octal305217332124201743362107
Binary1100010110001111110110101010100010011111000110111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58FDA; }

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

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

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

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

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

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

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

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