#C3A1CF

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

Shades of Wisteria #C3A1CF

Tints of Wisteria #C3A1CF

Color information

#C3A1CF (or 0xC3A1CF) is unknown color: approx Wisteria. HEX triplet: C3, A1 and CF. RGB value is (195,161,207). Sum of RGB (Red+Green+Blue) = 195+161+207=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 161 (63.28% from 255 or 28.60% 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 #C3A1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A1CF is #3C5E30. Grayscale: #B0B0B0. Windows color (decimal): -3956273 or 13607363. OLE color: 13607363.

HSL color Cylindrical-coordinate representation of color #C3A1CF: hue angle of 284.35º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3A1CF is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195161207-
CMYK0.060.2200.19
HSL284.35º32.39%72.16%-
HSV(B)284.35º22.22%81.18%-
XYZ46.5141.664.61-
YUV176.41145.26141.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.64%
GREEN value IS 161 (63.28% from 255) = 28.60%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=34.64%
G=28.60%
B=36.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951612070.060.2200.19284.3532.3972.16
HexC3A1CF61601311c2048
Octal30324131762602343440110
Binary110000111010000111001111110101100100111000111001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A1CF; }

 p { color: rgb(195,161,207); }

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

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

 a { background-color: rgb(195,161,207); }

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

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

 span { border-color: rgb(195,161,207); }

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