#C096DC

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

Shades of Wisteria #C096DC

Tints of Wisteria #C096DC

Color information

#C096DC (or 0xC096DC) is unknown color: approx Wisteria. HEX triplet: C0, 96 and DC. RGB value is (192,150,220). Sum of RGB (Red+Green+Blue) = 192+150+220=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #C096DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096DC is #3F6923. Grayscale: #AAAAAA. Windows color (decimal): -4155684 or 14456512. OLE color: 14456512.

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

Color convert

RGB192150220-
CMYK0.130.3200.14
HSL276º50%72.55%-
HSV(B)276º31.82%86.27%-
XYZ45.5638.1972.68-
YUV170.54155.91143.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.16%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=34.16%
G=26.69%
B=39.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921502200.130.3200.142765072.55
HexC096DCD200E1143249
Octal300226334154001642462111
Binary1100000010010110110111001101100000011101000101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096DC; }

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

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

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

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

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

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

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

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