#C49FED

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

Shades of Perfume #C49FED

Tints of Perfume #C49FED

Color information

#C49FED (or 0xC49FED) is unknown color: approx Perfume. HEX triplet: C4, 9F and ED. RGB value is (196,159,237). Sum of RGB (Red+Green+Blue) = 196+159+237=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #C49FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FED is #3B6012. Grayscale: #B2B2B2. Windows color (decimal): -3891219 or 15572932. OLE color: 15572932.

HSL color Cylindrical-coordinate representation of color #C49FED: hue angle of 268.46º degrees, saturation: 0.68, 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 #C49FED is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196159237-
CMYK0.170.3300.07
HSL268.46º68.42%77.65%-
HSV(B)268.46º32.91%92.94%-
XYZ50.4542.6585.69-
YUV178.96160.76140.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.11%
GREEN value IS 159 (62.5% from 255) = 26.86%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=33.11%
G=26.86%
B=40.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961592370.170.3300.07268.4668.4277.65
HexC49FED11210710c444e
Octal304237355214107414104116
Binary11000100100111111110110110001100001011110000110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FED; }

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

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

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

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

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

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

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

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