#C49FFD

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

Shades of Perfume #C49FFD

Tints of Perfume #C49FFD

Color information

#C49FFD (or 0xC49FFD) is unknown color: approx Perfume. HEX triplet: C4, 9F and FD. RGB value is (196,159,253). Sum of RGB (Red+Green+Blue) = 196+159+253=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #C49FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FFD is #3B6002. Grayscale: #B4B4B4. Windows color (decimal): -3891203 or 16621508. OLE color: 16621508.

HSL color Cylindrical-coordinate representation of color #C49FFD: hue angle of 263.62º degrees, saturation: 0.96, 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 #C49FFD is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196159253-
CMYK0.230.3700.01
HSL263.62º95.92%80.78%-
HSV(B)263.62º37.15%99.22%-
XYZ52.8943.6298.56-
YUV180.78168.76138.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.24%
GREEN value IS 159 (62.5% from 255) = 26.15%
BLUE value IS 253 (99.22% from 255) = 41.61%
R=32.24%
G=26.15%
B=41.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961592530.230.3700.01263.6295.9280.78
HexC49FFD1725011086051
Octal304237375274501410140121
Binary110001001001111111111101101111001010110000100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FFD; }

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

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

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

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

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

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

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

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