#C196DC

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

Shades of Wisteria #C196DC

Tints of Wisteria #C196DC

Color information

#C196DC (or 0xC196DC) is unknown color: approx Wisteria. HEX triplet: C1, 96 and DC. RGB value is (193,150,220). Sum of RGB (Red+Green+Blue) = 193+150+220=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #C196DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196DC is #3E6923. Grayscale: #AAAAAA. Windows color (decimal): -4090148 or 14456513. OLE color: 14456513.

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

Color convert

RGB193150220-
CMYK0.120.3200.14
HSL276.86º50%72.55%-
HSV(B)276.86º31.82%86.27%-
XYZ45.8238.3272.69-
YUV170.84155.75143.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.28%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=34.28%
G=26.64%
B=39.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931502200.120.3200.14276.865072.55
HexC196DCC200E1153249
Octal301226334144001642562111
Binary1100000110010110110111001100100000011101000101011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196DC; }

 p { color: rgb(193,150,220); }

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

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

 a { background-color: rgb(193,150,220); }

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

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

 span { border-color: rgb(193,150,220); }

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