#C598DC

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

Shades of Wisteria #C598DC

Tints of Wisteria #C598DC

Color information

#C598DC (or 0xC598DC) is unknown color: approx Wisteria. HEX triplet: C5, 98 and DC. RGB value is (197,152,220). Sum of RGB (Red+Green+Blue) = 197+152+220=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #C598DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598DC is #3A6723. Grayscale: #ACACAC. Windows color (decimal): -3827492 or 14457029. OLE color: 14457029.

HSL color Cylindrical-coordinate representation of color #C598DC: hue angle of 279.71º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C598DC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197152220-
CMYK0.100.3100.14
HSL279.71º49.28%72.94%-
HSV(B)279.71º30.91%86.27%-
XYZ47.1739.4972.85-
YUV173.21154.41144.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.62%
GREEN value IS 152 (59.77% from 255) = 26.71%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=34.62%
G=26.71%
B=38.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971522200.100.3100.14279.7149.2872.94
HexC598DCA1F0E1183149
Octal305230334123701643061111
Binary110001011001100011011100101011111011101000110001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C598DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C598DC; }

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

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

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

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

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

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

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

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