#C0A0D0

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

Shades of Wisteria #C0A0D0

Tints of Wisteria #C0A0D0

Color information

#C0A0D0 (or 0xC0A0D0) is unknown color: approx Wisteria. HEX triplet: C0, A0 and D0. RGB value is (192,160,208). Sum of RGB (Red+Green+Blue) = 192+160+208=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0A0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A0D0 is #3F5F2F. Grayscale: #AEAEAE. Windows color (decimal): -4153136 or 13672640. OLE color: 13672640.

HSL color Cylindrical-coordinate representation of color #C0A0D0: hue angle of 280º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0A0D0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192160208-
CMYK0.080.2300.18
HSL280º33.8%72.16%-
HSV(B)280º23.08%81.57%-
XYZ45.6940.965.16-
YUV175.04146.6140.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.29%
GREEN value IS 160 (62.89% from 255) = 28.57%
BLUE value IS 208 (81.64% from 255) = 37.14%
R=34.29%
G=28.57%
B=37.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921602080.080.2300.1828033.872.16
HexC0A0D08170121182248
Octal300240320102702243042110
Binary1100000010100000110100001000101110100101000110001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A0D0; }

 p { color: rgb(192,160,208); }

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

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

 a { background-color: rgb(192,160,208); }

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

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

 span { border-color: rgb(192,160,208); }

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