#C598D0

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

Shades of Wisteria #C598D0

Tints of Wisteria #C598D0

Color information

#C598D0 (or 0xC598D0) is unknown color: approx Wisteria. HEX triplet: C5, 98 and D0. RGB value is (197,152,208). Sum of RGB (Red+Green+Blue) = 197+152+208=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #C598D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598D0 is #3A672F. Grayscale: #ABABAB. Windows color (decimal): -3827504 or 13670597. OLE color: 13670597.

HSL color Cylindrical-coordinate representation of color #C598D0: hue angle of 288.21º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C598D0 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197152208-
CMYK0.050.2700.18
HSL288.21º37.33%70.59%-
HSV(B)288.21º26.92%81.57%-
XYZ45.6438.8864.77-
YUV171.84148.41145.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.37%
GREEN value IS 152 (59.77% from 255) = 27.29%
BLUE value IS 208 (81.64% from 255) = 37.34%
R=35.37%
G=27.29%
B=37.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971522080.050.2700.18288.2137.3370.59
HexC598D051B0121202547
Octal30523032053302244045107
Binary110001011001100011010000101110110100101001000001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C598D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C598D0; }

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

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

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

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

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

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

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

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