#C1A3CF

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

Shades of Wisteria #C1A3CF

Tints of Wisteria #C1A3CF

Color information

#C1A3CF (or 0xC1A3CF) is unknown color: approx Wisteria. HEX triplet: C1, A3 and CF. RGB value is (193,163,207). Sum of RGB (Red+Green+Blue) = 193+163+207=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1A3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A3CF is #3E5C30. Grayscale: #B0B0B0. Windows color (decimal): -4086833 or 13607873. OLE color: 13607873.

HSL color Cylindrical-coordinate representation of color #C1A3CF: hue angle of 280.91º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1A3CF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193163207-
CMYK0.070.2100.19
HSL280.91º31.43%72.55%-
HSV(B)280.91º21.26%81.18%-
XYZ46.3542.0464.7-
YUV176.99144.94139.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.28%
GREEN value IS 163 (64.06% from 255) = 28.95%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=34.28%
G=28.95%
B=36.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931632070.070.2100.19280.9131.4372.55
HexC1A3CF7150131191f49
Octal30124331772502343137111
Binary11000001101000111100111111110101010011100011001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A3CF; }

 p { color: rgb(193,163,207); }

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

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

 a { background-color: rgb(193,163,207); }

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

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

 span { border-color: rgb(193,163,207); }

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