#C58AF8

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

Shades of Wisteria #C58AF8

Tints of Wisteria #C58AF8

Color information

#C58AF8 (or 0xC58AF8) is unknown color: approx Wisteria. HEX triplet: C5, 8A and F8. RGB value is (197,138,248). Sum of RGB (Red+Green+Blue) = 197+138+248=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #C58AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58AF8 is #3A7507. Grayscale: #A7A7A7. Windows color (decimal): -3831048 or 16288453. OLE color: 16288453.

HSL color Cylindrical-coordinate representation of color #C58AF8: hue angle of 272.18º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C58AF8 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB197138248-
CMYK0.210.4400.03
HSL272.18º88.71%75.69%-
HSV(B)272.18º44.35%97.25%-
XYZ49.0636.8293.33-
YUV168.18173.05148.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.79%
GREEN value IS 138 (54.30% from 255) = 23.67%
BLUE value IS 248 (97.27% from 255) = 42.54%
R=33.79%
G=23.67%
B=42.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1971382480.210.4400.03272.1888.7175.69
HexC58AF8152C03110594c
Octal305212370255403420131114
Binary1100010110001010111110001010110110001110001000010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58AF8; }

 p { color: rgb(197,138,248); }

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

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

 a { background-color: rgb(197,138,248); }

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

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

 span { border-color: rgb(197,138,248); }

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