#C3A4CF

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

Shades of Wisteria #C3A4CF

Tints of Wisteria #C3A4CF

Color information

#C3A4CF (or 0xC3A4CF) is unknown color: approx Wisteria. HEX triplet: C3, A4 and CF. RGB value is (195,164,207). Sum of RGB (Red+Green+Blue) = 195+164+207=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3A4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A4CF is #3C5B30. Grayscale: #B2B2B2. Windows color (decimal): -3955505 or 13608131. OLE color: 13608131.

HSL color Cylindrical-coordinate representation of color #C3A4CF: hue angle of 283.26º 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 #C3A4CF is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195164207-
CMYK0.060.2100.19
HSL283.26º30.94%72.75%-
HSV(B)283.26º20.77%81.18%-
XYZ47.0442.6664.79-
YUV178.17144.27140-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.45%
GREEN value IS 164 (64.45% from 255) = 28.98%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=34.45%
G=28.98%
B=36.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951642070.060.2100.19283.2630.9472.75
HexC3A4CF61501311b1f49
Octal30324431762502343337111
Binary11000011101001001100111111010101010011100011011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A4CF; }

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

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

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

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

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

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

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

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