#C5A3FB

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

Shades of Perfume #C5A3FB

Tints of Perfume #C5A3FB

Color information

#C5A3FB (or 0xC5A3FB) is unknown color: approx Perfume. HEX triplet: C5, A3 and FB. RGB value is (197,163,251). Sum of RGB (Red+Green+Blue) = 197+163+251=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5A3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A3FB is #3A5C04. Grayscale: #B6B6B6. Windows color (decimal): -3824645 or 16491461. OLE color: 16491461.

HSL color Cylindrical-coordinate representation of color #C5A3FB: hue angle of 263.18º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5A3FB is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197163251-
CMYK0.220.3500.02
HSL263.18º91.67%81.18%-
HSV(B)263.18º35.06%98.43%-
XYZ53.5445.0397.14-
YUV183.2166.26137.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.24%
GREEN value IS 163 (64.06% from 255) = 26.68%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=32.24%
G=26.68%
B=41.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971632510.220.3500.02263.1891.6781.18
HexC5A3FB1623021075c51
Octal305243373264302407134121
Binary1100010110100011111110111011010001101010000011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A3FB; }

 p { color: rgb(197,163,251); }

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

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

 a { background-color: rgb(197,163,251); }

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

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

 span { border-color: rgb(197,163,251); }

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