#C096D2

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

Shades of Wisteria #C096D2

Tints of Wisteria #C096D2

Color information

#C096D2 (or 0xC096D2) is unknown color: approx Wisteria. HEX triplet: C0, 96 and D2. RGB value is (192,150,210). Sum of RGB (Red+Green+Blue) = 192+150+210=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 210 - color contains mainly: blue. Hex color #C096D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096D2 is #3F692D. Grayscale: #A9A9A9. Windows color (decimal): -4155694 or 13801152. OLE color: 13801152.

HSL color Cylindrical-coordinate representation of color #C096D2: hue angle of 282º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C096D2 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192150210-
CMYK0.090.2900.18
HSL282º40%70.59%-
HSV(B)282º28.57%82.35%-
XYZ44.2837.6765.91-
YUV169.4150.91144.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.78%
GREEN value IS 150 (58.98% from 255) = 27.17%
BLUE value IS 210 (82.42% from 255) = 38.04%
R=34.78%
G=27.17%
B=38.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921502100.090.2900.182824070.59
HexC096D291D01211a2847
Octal300226322113502243250107
Binary1100000010010110110100101001111010100101000110101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096D2; }

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

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

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

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

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

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

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

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