#C598CF

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

Shades of Wisteria #C598CF

Tints of Wisteria #C598CF

Color information

#C598CF (or 0xC598CF) is unknown color: approx Wisteria. HEX triplet: C5, 98 and CF. RGB value is (197,152,207). Sum of RGB (Red+Green+Blue) = 197+152+207=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #C598CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598CF is #3A6730. Grayscale: #ABABAB. Windows color (decimal): -3827505 or 13605061. OLE color: 13605061.

HSL color Cylindrical-coordinate representation of color #C598CF: hue angle of 289.09º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C598CF is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197152207-
CMYK0.050.2700.19
HSL289.09º36.42%70.39%-
HSV(B)289.09º26.57%81.18%-
XYZ45.5238.8364.13-
YUV171.72147.91146.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.43%
GREEN value IS 152 (59.77% from 255) = 27.34%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=35.43%
G=27.34%
B=37.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971522070.050.2700.19289.0936.4270.39
HexC598CF51B0131212446
Octal30523031753302344144106
Binary110001011001100011001111101110110100111001000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C598CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C598CF; }

 p { color: rgb(197,152,207); }

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

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

 a { background-color: rgb(197,152,207); }

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

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

 span { border-color: rgb(197,152,207); }

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