#C49FEE

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

Shades of Perfume #C49FEE

Tints of Perfume #C49FEE

Color information

#C49FEE (or 0xC49FEE) is unknown color: approx Perfume. HEX triplet: C4, 9F and EE. RGB value is (196,159,238). Sum of RGB (Red+Green+Blue) = 196+159+238=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #C49FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FEE is #3B6011. Grayscale: #B2B2B2. Windows color (decimal): -3891218 or 15638468. OLE color: 15638468.

HSL color Cylindrical-coordinate representation of color #C49FEE: hue angle of 268.1º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49FEE is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196159238-
CMYK0.180.3300.07
HSL268.1º69.91%77.84%-
HSV(B)268.1º33.19%93.33%-
XYZ50.642.7186.47-
YUV179.07161.26140.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.05%
GREEN value IS 159 (62.5% from 255) = 26.81%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=33.05%
G=26.81%
B=40.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961592380.180.3300.07268.169.9177.84
HexC49FEE12210710c464e
Octal304237356224107414106116
Binary11000100100111111110111010010100001011110000110010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FEE; }

 p { color: rgb(196,159,238); }

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

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

 a { background-color: rgb(196,159,238); }

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

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

 span { border-color: rgb(196,159,238); }

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