#C396DC

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

Shades of Wisteria #C396DC

Tints of Wisteria #C396DC

Color information

#C396DC (or 0xC396DC) is unknown color: approx Wisteria. HEX triplet: C3, 96 and DC. RGB value is (195,150,220). Sum of RGB (Red+Green+Blue) = 195+150+220=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #C396DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396DC is #3C6923. Grayscale: #ABABAB. Windows color (decimal): -3959076 or 14456515. OLE color: 14456515.

HSL color Cylindrical-coordinate representation of color #C396DC: hue angle of 278.57º 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 #C396DC is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195150220-
CMYK0.110.3200.14
HSL278.57º50%72.55%-
HSV(B)278.57º31.82%86.27%-
XYZ46.3338.5872.72-
YUV171.44155.41144.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.51%
GREEN value IS 150 (58.98% from 255) = 26.55%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=34.51%
G=26.55%
B=38.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951502200.110.3200.14278.575072.55
HexC396DCB200E1173249
Octal303226334134001642762111
Binary1100001110010110110111001011100000011101000101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C396DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C396DC; }

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

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

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

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

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

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

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

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