#C0A1CD

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

Shades of Wisteria #C0A1CD

Tints of Wisteria #C0A1CD

Color information

#C0A1CD (or 0xC0A1CD) is unknown color: approx Wisteria. HEX triplet: C0, A1 and CD. RGB value is (192,161,205). Sum of RGB (Red+Green+Blue) = 192+161+205=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A1CD is #3F5E32. Grayscale: #AFAFAF. Windows color (decimal): -4152883 or 13476288. OLE color: 13476288.

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

Color convert

RGB192161205-
CMYK0.060.2100.20
HSL282.27º30.56%71.76%-
HSV(B)282.27º21.46%80.39%-
XYZ45.541.163.29-
YUV175.28144.77139.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.41%
GREEN value IS 161 (63.28% from 255) = 28.85%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=34.41%
G=28.85%
B=36.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921612050.060.2100.20282.2730.5671.76
HexC0A1CD61501411a1f48
Octal30024131562502443237110
Binary11000000101000011100110111010101010100100011010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A1CD; }

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

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

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

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

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

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

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

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