#C096DD

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

Shades of Wisteria #C096DD

Tints of Wisteria #C096DD

Color information

#C096DD (or 0xC096DD) is unknown color: approx Wisteria. HEX triplet: C0, 96 and DD. RGB value is (192,150,221). Sum of RGB (Red+Green+Blue) = 192+150+221=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #C096DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096DD is #3F6922. Grayscale: #AAAAAA. Windows color (decimal): -4155683 or 14522048. OLE color: 14522048.

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

Color convert

RGB192150221-
CMYK0.130.3200.13
HSL275.49º51.08%72.75%-
HSV(B)275.49º32.13%86.67%-
XYZ45.738.2473.38-
YUV170.65156.41143.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.10%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=34.10%
G=26.64%
B=39.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921502210.130.3200.13275.4951.0872.75
HexC096DDD200D1133349
Octal300226335154001542363111
Binary1100000010010110110111011101100000011011000100111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096DD; }

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

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

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

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

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

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

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

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