#C598DD

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

Shades of Wisteria #C598DD

Tints of Wisteria #C598DD

Color information

#C598DD (or 0xC598DD) is unknown color: approx Wisteria. HEX triplet: C5, 98 and DD. RGB value is (197,152,221). Sum of RGB (Red+Green+Blue) = 197+152+221=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #C598DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598DD is #3A6722. Grayscale: #ADADAD. Windows color (decimal): -3827491 or 14522565. OLE color: 14522565.

HSL color Cylindrical-coordinate representation of color #C598DD: hue angle of 279.13º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C598DD is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197152221-
CMYK0.110.3100.13
HSL279.13º50.36%73.14%-
HSV(B)279.13º31.22%86.67%-
XYZ47.3139.5573.55-
YUV173.32154.91144.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.56%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=34.56%
G=26.67%
B=38.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971522210.110.3100.13279.1350.3673.14
HexC598DDB1F0D1173249
Octal305230335133701542762111
Binary110001011001100011011101101111111011011000101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C598DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C598DD; }

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

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

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

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

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

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

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

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