#C58DEA

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

Shades of Wisteria #C58DEA

Tints of Wisteria #C58DEA

Color information

#C58DEA (or 0xC58DEA) is unknown color: approx Wisteria. HEX triplet: C5, 8D and EA. RGB value is (197,141,234). Sum of RGB (Red+Green+Blue) = 197+141+234=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #C58DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58DEA is #3A7215. Grayscale: #A8A8A8. Windows color (decimal): -3830294 or 15371717. OLE color: 15371717.

HSL color Cylindrical-coordinate representation of color #C58DEA: hue angle of 276.13º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58DEA is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197141234-
CMYK0.160.4000.08
HSL276.13º68.89%73.53%-
HSV(B)276.13º39.74%91.76%-
XYZ47.436.8682.46-
YUV168.35165.05148.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.44%
GREEN value IS 141 (55.47% from 255) = 24.65%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=34.44%
G=24.65%
B=40.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971412340.160.4000.08276.1368.8973.53
HexC58DEA102808114454a
Octal3052153522050010424105112
Binary110001011000110111101010100001010000100010001010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58DEA; }

 p { color: rgb(197,141,234); }

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

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

 a { background-color: rgb(197,141,234); }

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

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

 span { border-color: rgb(197,141,234); }

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