#C3A6FA

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

Shades of Perfume #C3A6FA

Tints of Perfume #C3A6FA

Color information

#C3A6FA (or 0xC3A6FA) is unknown color: approx Perfume. HEX triplet: C3, A6 and FA. RGB value is (195,166,250). Sum of RGB (Red+Green+Blue) = 195+166+250=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A6FA is #3C5905. Grayscale: #B7B7B7. Windows color (decimal): -3954950 or 16426691. OLE color: 16426691.

HSL color Cylindrical-coordinate representation of color #C3A6FA: hue angle of 260.71º degrees, saturation: 0.89, 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 #C3A6FA is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195166250-
CMYK0.220.3400.02
HSL260.71º89.36%81.57%-
HSV(B)260.71º33.6%98.04%-
XYZ53.445.7896.46-
YUV184.25165.11135.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.91%
GREEN value IS 166 (65.23% from 255) = 27.17%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=31.91%
G=27.17%
B=40.92%

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
Decimal1951662500.220.3400.02260.7189.3681.57
HexC3A6FA1622021055952
Octal303246372264202405131122
Binary1100001110100110111110101011010001001010000010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A6FA; }

 p { color: rgb(195,166,250); }

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

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

 a { background-color: rgb(195,166,250); }

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

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

 span { border-color: rgb(195,166,250); }

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