#C4A6FB

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

Shades of Perfume #C4A6FB

Tints of Perfume #C4A6FB

Color information

#C4A6FB (or 0xC4A6FB) is unknown color: approx Perfume. HEX triplet: C4, A6 and FB. RGB value is (196,166,251). Sum of RGB (Red+Green+Blue) = 196+166+251=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4A6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A6FB is #3B5904. Grayscale: #B8B8B8. Windows color (decimal): -3889413 or 16492228. OLE color: 16492228.

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

Color convert

RGB196166251-
CMYK0.220.3400.02
HSL261.18º91.4%81.76%-
HSV(B)261.18º33.86%98.43%-
XYZ53.8145.9797.3-
YUV184.66165.44136.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.97%
GREEN value IS 166 (65.23% from 255) = 27.08%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=31.97%
G=27.08%
B=40.95%

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
Decimal1961662510.220.3400.02261.1891.481.76
HexC4A6FB1622021055b52
Octal304246373264202405133122
Binary1100010010100110111110111011010001001010000010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A6FB; }

 p { color: rgb(196,166,251); }

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

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

 a { background-color: rgb(196,166,251); }

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

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

 span { border-color: rgb(196,166,251); }

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