#C596DB

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

Shades of Wisteria #C596DB

Tints of Wisteria #C596DB

Color information

#C596DB (or 0xC596DB) is unknown color: approx Wisteria. HEX triplet: C5, 96 and DB. RGB value is (197,150,219). Sum of RGB (Red+Green+Blue) = 197+150+219=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #C596DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596DB is #3A6924. Grayscale: #ABABAB. Windows color (decimal): -3828005 or 14390981. OLE color: 14390981.

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

Color convert

RGB197150219-
CMYK0.100.3200.14
HSL280.87º48.94%72.35%-
HSV(B)280.87º31.51%85.88%-
XYZ46.7238.872.04-
YUV171.92154.57145.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.81%
GREEN value IS 150 (58.98% from 255) = 26.50%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=34.81%
G=26.50%
B=38.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971502190.100.3200.14280.8748.9472.35
HexC596DBA200E1193148
Octal305226333124001643161110
Binary1100010110010110110110111010100000011101000110011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C596DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C596DB; }

 p { color: rgb(197,150,219); }

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

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

 a { background-color: rgb(197,150,219); }

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

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

 span { border-color: rgb(197,150,219); }

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