#C3A0FB

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

Shades of Perfume #C3A0FB

Tints of Perfume #C3A0FB

Color information

#C3A0FB (or 0xC3A0FB) is unknown color: approx Perfume. HEX triplet: C3, A0 and FB. RGB value is (195,160,251). Sum of RGB (Red+Green+Blue) = 195+160+251=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3A0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A0FB is #3C5F04. Grayscale: #B4B4B4. Windows color (decimal): -3956485 or 16490691. OLE color: 16490691.

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

Color convert

RGB195160251-
CMYK0.220.3600.02
HSL263.08º91.92%80.59%-
HSV(B)263.08º36.25%98.43%-
XYZ52.4943.7196.94-
YUV180.84167.6138.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.18%
GREEN value IS 160 (62.89% from 255) = 26.40%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=32.18%
G=26.40%
B=41.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951602510.220.3600.02263.0891.9280.59
HexC3A0FB1624021075c51
Octal303240373264402407134121
Binary1100001110100000111110111011010010001010000011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A0FB; }

 p { color: rgb(195,160,251); }

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

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

 a { background-color: rgb(195,160,251); }

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

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

 span { border-color: rgb(195,160,251); }

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