#C196DA

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

Shades of Wisteria #C196DA

Tints of Wisteria #C196DA

Color information

#C196DA (or 0xC196DA) is unknown color: approx Wisteria. HEX triplet: C1, 96 and DA. RGB value is (193,150,218). Sum of RGB (Red+Green+Blue) = 193+150+218=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #C196DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196DA is #3E6925. Grayscale: #AAAAAA. Windows color (decimal): -4090150 or 14325441. OLE color: 14325441.

HSL color Cylindrical-coordinate representation of color #C196DA: hue angle of 277.94º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C196DA is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193150218-
CMYK0.110.3100.15
HSL277.94º47.89%72.16%-
HSV(B)277.94º31.19%85.49%-
XYZ45.5538.2171.3-
YUV170.61154.75143.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.40%
GREEN value IS 150 (58.98% from 255) = 26.74%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=34.40%
G=26.74%
B=38.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931502180.110.3100.15277.9447.8972.16
HexC196DAB1F0F1163048
Octal301226332133701742660110
Binary110000011001011011011010101111111011111000101101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196DA; }

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

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

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

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

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

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

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

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