#C3A5FB

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

Shades of Perfume #C3A5FB

Tints of Perfume #C3A5FB

Color information

#C3A5FB (or 0xC3A5FB) is unknown color: approx Perfume. HEX triplet: C3, A5 and FB. RGB value is (195,165,251). Sum of RGB (Red+Green+Blue) = 195+165+251=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 165 (64.84% from 255 or 27.00% 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 #C3A5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A5FB is #3C5A04. Grayscale: #B7B7B7. Windows color (decimal): -3955205 or 16491971. OLE color: 16491971.

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

Color convert

RGB195165251-
CMYK0.220.3400.02
HSL260.93º91.49%81.57%-
HSV(B)260.93º34.26%98.43%-
XYZ53.3745.4897.23-
YUV183.77165.94136.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.91%
GREEN value IS 165 (64.84% from 255) = 27.00%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=31.91%
G=27.00%
B=41.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951652510.220.3400.02260.9391.4981.57
HexC3A5FB1622021055b52
Octal303245373264202405133122
Binary1100001110100101111110111011010001001010000010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A5FB; }

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

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

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

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

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

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

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

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