#C49EFE

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

Shades of Perfume #C49EFE

Tints of Perfume #C49EFE

Color information

#C49EFE (or 0xC49EFE) is unknown color: approx Perfume. HEX triplet: C4, 9E and FE. RGB value is (196,158,254). Sum of RGB (Red+Green+Blue) = 196+158+254=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #C49EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49EFE is #3B6101. Grayscale: #B3B3B3. Windows color (decimal): -3891458 or 16686788. OLE color: 16686788.

HSL color Cylindrical-coordinate representation of color #C49EFE: hue angle of 263.75º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C49EFE is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB196158254-
CMYK0.230.3800.00
HSL263.75º97.96%80.78%-
HSV(B)263.75º37.8%99.61%-
XYZ52.8843.3599.35-
YUV180.31169.59139.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.24%
GREEN value IS 158 (62.11% from 255) = 25.99%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=32.24%
G=25.99%
B=41.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961582540.230.3800.00263.7597.9680.78
HexC49EFE1726001086251
Octal304236376274600410142121
Binary110001001001111011111110101111001100010000100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49EFE; }

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

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

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

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

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

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

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

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