#C096DB

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

Shades of Wisteria #C096DB

Tints of Wisteria #C096DB

Color information

#C096DB (or 0xC096DB) is unknown color: approx Wisteria. HEX triplet: C0, 96 and DB. RGB value is (192,150,219). Sum of RGB (Red+Green+Blue) = 192+150+219=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #C096DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096DB is #3F6924. Grayscale: #AAAAAA. Windows color (decimal): -4155685 or 14390976. OLE color: 14390976.

HSL color Cylindrical-coordinate representation of color #C096DB: hue angle of 276.52º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C096DB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192150219-
CMYK0.120.3200.14
HSL276.52º48.94%72.35%-
HSV(B)276.52º31.51%85.88%-
XYZ45.4338.1371.98-
YUV170.42155.41143.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.22%
GREEN value IS 150 (58.98% from 255) = 26.74%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=34.22%
G=26.74%
B=39.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921502190.120.3200.14276.5248.9472.35
HexC096DBC200E1153148
Octal300226333144001642561110
Binary1100000010010110110110111100100000011101000101011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096DB; }

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

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

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

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

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

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

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

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