#C49AFC

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

Shades of Perfume #C49AFC

Tints of Perfume #C49AFC

Color information

#C49AFC (or 0xC49AFC) is unknown color: approx Perfume. HEX triplet: C4, 9A and FC. RGB value is (196,154,252). Sum of RGB (Red+Green+Blue) = 196+154+252=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #C49AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49AFC is #3B6503. Grayscale: #B1B1B1. Windows color (decimal): -3892484 or 16554692. OLE color: 16554692.

HSL color Cylindrical-coordinate representation of color #C49AFC: hue angle of 265.71º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C49AFC is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196154252-
CMYK0.220.3900.01
HSL265.71º94.23%79.61%-
HSV(B)265.71º38.89%98.82%-
XYZ51.8941.8897.44-
YUV177.73169.91141.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.56%
GREEN value IS 154 (60.55% from 255) = 25.58%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=32.56%
G=25.58%
B=41.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961542520.220.3900.01265.7194.2379.61
HexC49AFC16270110a5e50
Octal304232374264701412136120
Binary110001001001101011111100101101001110110000101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49AFC; }

 p { color: rgb(196,154,252); }

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

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

 a { background-color: rgb(196,154,252); }

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

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

 span { border-color: rgb(196,154,252); }

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