#C1A4CE

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

Shades of Wisteria #C1A4CE

Tints of Wisteria #C1A4CE

Color information

#C1A4CE (or 0xC1A4CE) is unknown color: approx Wisteria. HEX triplet: C1, A4 and CE. RGB value is (193,164,206). Sum of RGB (Red+Green+Blue) = 193+164+206=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1A4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A4CE is #3E5B31. Grayscale: #B1B1B1. Windows color (decimal): -4086578 or 13542593. OLE color: 13542593.

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

Color convert

RGB193164206-
CMYK0.060.2000.19
HSL281.43º30%72.55%-
HSV(B)281.43º20.39%80.78%-
XYZ46.4142.3464.12-
YUV177.46144.11139.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.28%
GREEN value IS 164 (64.45% from 255) = 29.13%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=34.28%
G=29.13%
B=36.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931642060.060.2000.19281.433072.55
HexC1A4CE6140131191e49
Octal30124431662402343136111
Binary11000001101001001100111011010100010011100011001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A4CE; }

 p { color: rgb(193,164,206); }

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

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

 a { background-color: rgb(193,164,206); }

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

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

 span { border-color: rgb(193,164,206); }

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