#C49FFC

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

Shades of Perfume #C49FFC

Tints of Perfume #C49FFC

Color information

#C49FFC (or 0xC49FFC) is unknown color: approx Perfume. HEX triplet: C4, 9F and FC. RGB value is (196,159,252). Sum of RGB (Red+Green+Blue) = 196+159+252=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #C49FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FFC is #3B6003. Grayscale: #B4B4B4. Windows color (decimal): -3891204 or 16555972. OLE color: 16555972.

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

Color convert

RGB196159252-
CMYK0.220.3700.01
HSL263.87º93.94%80.59%-
HSV(B)263.87º36.9%98.82%-
XYZ52.7343.5697.72-
YUV180.67168.26138.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.29%
GREEN value IS 159 (62.5% from 255) = 26.19%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=32.29%
G=26.19%
B=41.52%

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
Decimal1961592520.220.3700.01263.8793.9480.59
HexC49FFC1625011085e51
Octal304237374264501410136121
Binary110001001001111111111100101101001010110000100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FFC; }

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

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

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

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

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

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

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

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