#C49EF6

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

Shades of Perfume #C49EF6

Tints of Perfume #C49EF6

Color information

#C49EF6 (or 0xC49EF6) is unknown color: approx Perfume. HEX triplet: C4, 9E and F6. RGB value is (196,158,246). Sum of RGB (Red+Green+Blue) = 196+158+246=600 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.67% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 246 - color contains mainly: blue. Hex color #C49EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49EF6 is #3B6109. Grayscale: #B3B3B3. Windows color (decimal): -3891466 or 16162500. OLE color: 16162500.

HSL color Cylindrical-coordinate representation of color #C49EF6: hue angle of 265.91º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C49EF6 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB196158246-
CMYK0.200.3600.04
HSL265.91º83.02%79.22%-
HSV(B)265.91º35.77%96.47%-
XYZ51.6342.8492.74-
YUV179.39165.59139.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.67%
GREEN value IS 158 (62.11% from 255) = 26.33%
BLUE value IS 246 (96.48% from 255) = 41%
R=32.67%
G=26.33%
B=41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1961582460.200.3600.04265.9183.0279.22
HexC49EF614240410a534f
Octal304236366244404412123117
Binary11000100100111101111011010100100100010010000101010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49EF6; }

 p { color: rgb(196,158,246); }

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

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

 a { background-color: rgb(196,158,246); }

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

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

 span { border-color: rgb(196,158,246); }

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