#C49BFB

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

Shades of Perfume #C49BFB

Tints of Perfume #C49BFB

Color information

#C49BFB (or 0xC49BFB) is unknown color: approx Perfume. HEX triplet: C4, 9B and FB. RGB value is (196,155,251). Sum of RGB (Red+Green+Blue) = 196+155+251=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #C49BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49BFB is #3B6404. Grayscale: #B1B1B1. Windows color (decimal): -3892229 or 16489412. OLE color: 16489412.

HSL color Cylindrical-coordinate representation of color #C49BFB: hue angle of 265.62º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C49BFB is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196155251-
CMYK0.220.3800.02
HSL265.62º92.31%79.61%-
HSV(B)265.62º38.25%98.43%-
XYZ51.942.1496.67-
YUV178.2169.08140.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.56%
GREEN value IS 155 (60.94% from 255) = 25.75%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=32.56%
G=25.75%
B=41.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961552510.220.3800.02265.6292.3179.61
HexC49BFB16260210a5c50
Octal304233373264602412134120
Binary1100010010011011111110111011010011001010000101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49BFB; }

 p { color: rgb(196,155,251); }

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

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

 a { background-color: rgb(196,155,251); }

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

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

 span { border-color: rgb(196,155,251); }

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