#C1A1D4

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

Shades of Wisteria #C1A1D4

Tints of Wisteria #C1A1D4

Color information

#C1A1D4 (or 0xC1A1D4) is unknown color: approx Wisteria. HEX triplet: C1, A1 and D4. RGB value is (193,161,212). Sum of RGB (Red+Green+Blue) = 193+161+212=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 212 - color contains mainly: blue. Hex color #C1A1D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A1D4 is #3E5E2B. Grayscale: #B0B0B0. Windows color (decimal): -4087340 or 13935041. OLE color: 13935041.

HSL color Cylindrical-coordinate representation of color #C1A1D4: 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 #C1A1D4 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB193161212-
CMYK0.090.2400.17
HSL277.65º37.23%73.14%-
HSV(B)277.65º24.06%83.14%-
XYZ46.6241.5867.86-
YUV176.38148.1139.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.10%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 212 (83.20% from 255) = 37.46%
R=34.10%
G=28.45%
B=37.46%

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
Decimal1931612120.090.2400.17277.6537.2373.14
HexC1A1D49180111162549
Octal301241324113002142645111
Binary1100000110100001110101001001110000100011000101101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A1D4; }

 p { color: rgb(193,161,212); }

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

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

 a { background-color: rgb(193,161,212); }

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

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

 span { border-color: rgb(193,161,212); }

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