#C49EFC

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

Shades of Perfume #C49EFC

Tints of Perfume #C49EFC

Color information

#C49EFC (or 0xC49EFC) is unknown color: approx Perfume. HEX triplet: C4, 9E and FC. RGB value is (196,158,252). Sum of RGB (Red+Green+Blue) = 196+158+252=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #C49EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49EFC is #3B6103. Grayscale: #B3B3B3. Windows color (decimal): -3891460 or 16555716. OLE color: 16555716.

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

Color convert

RGB196158252-
CMYK0.220.3700.01
HSL264.26º94%80.39%-
HSV(B)264.26º37.3%98.82%-
XYZ52.5643.2297.67-
YUV180.08168.59139.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.34%
GREEN value IS 158 (62.11% from 255) = 26.07%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=32.34%
G=26.07%
B=41.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961582520.220.3700.01264.269480.39
HexC49EFC1625011085e50
Octal304236374264501410136120
Binary110001001001111011111100101101001010110000100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49EFC; }

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

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

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

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

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

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

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

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