#C396DD

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

Shades of Wisteria #C396DD

Tints of Wisteria #C396DD

Color information

#C396DD (or 0xC396DD) is unknown color: approx Wisteria. HEX triplet: C3, 96 and DD. RGB value is (195,150,221). Sum of RGB (Red+Green+Blue) = 195+150+221=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #C396DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396DD is #3C6922. Grayscale: #ABABAB. Windows color (decimal): -3959075 or 14522051. OLE color: 14522051.

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

Color convert

RGB195150221-
CMYK0.120.3200.13
HSL278.03º51.08%72.75%-
HSV(B)278.03º32.13%86.67%-
XYZ46.4638.6473.42-
YUV171.55155.91144.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.45%
GREEN value IS 150 (58.98% from 255) = 26.50%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=34.45%
G=26.50%
B=39.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951502210.120.3200.13278.0351.0872.75
HexC396DDC200D1163349
Octal303226335144001542663111
Binary1100001110010110110111011100100000011011000101101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C396DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C396DD; }

 p { color: rgb(195,150,221); }

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

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

 a { background-color: rgb(195,150,221); }

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

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

 span { border-color: rgb(195,150,221); }

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