#C0A0D3

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

Shades of Wisteria #C0A0D3

Tints of Wisteria #C0A0D3

Color information

#C0A0D3 (or 0xC0A0D3) is unknown color: approx Wisteria. HEX triplet: C0, A0 and D3. RGB value is (192,160,211). Sum of RGB (Red+Green+Blue) = 192+160+211=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 211 - color contains mainly: blue. Hex color #C0A0D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A0D3 is #3F5F2C. Grayscale: #AFAFAF. Windows color (decimal): -4153133 or 13869248. OLE color: 13869248.

HSL color Cylindrical-coordinate representation of color #C0A0D3: hue angle of 277.65º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0A0D3 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192160211-
CMYK0.090.2400.17
HSL277.65º36.69%72.75%-
HSV(B)277.65º24.17%82.75%-
XYZ46.0741.0567.12-
YUV175.38148.1139.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.10%
GREEN value IS 160 (62.89% from 255) = 28.42%
BLUE value IS 211 (82.81% from 255) = 37.48%
R=34.10%
G=28.42%
B=37.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1921602110.090.2400.17277.6536.6972.75
HexC0A0D39180111162549
Octal300240323113002142645111
Binary1100000010100000110100111001110000100011000101101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A0D3; }

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

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

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

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

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

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

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

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