#C0A3CD

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

Shades of Wisteria #C0A3CD

Tints of Wisteria #C0A3CD

Color information

#C0A3CD (or 0xC0A3CD) is unknown color: approx Wisteria. HEX triplet: C0, A3 and CD. RGB value is (192,163,205). Sum of RGB (Red+Green+Blue) = 192+163+205=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0A3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A3CD is #3F5C32. Grayscale: #B0B0B0. Windows color (decimal): -4152371 or 13476800. OLE color: 13476800.

HSL color Cylindrical-coordinate representation of color #C0A3CD: hue angle of 281.43º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0A3CD is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192163205-
CMYK0.060.2000.20
HSL281.43º29.58%72.16%-
HSV(B)281.43º20.49%80.39%-
XYZ45.8541.8163.41-
YUV176.46144.11139.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.29%
GREEN value IS 163 (64.06% from 255) = 29.11%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=34.29%
G=29.11%
B=36.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921632050.060.2000.20281.4329.5872.16
HexC0A3CD6140141191e48
Octal30024331562402443136110
Binary11000000101000111100110111010100010100100011001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A3CD; }

 p { color: rgb(192,163,205); }

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

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

 a { background-color: rgb(192,163,205); }

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

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

 span { border-color: rgb(192,163,205); }

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