Shades of Perfume #C49BFE
Tints of Perfume #C49BFE
RGB
CMYK
RGB Variations
Color information
#C49BFE (or 0xC49BFE) is known color: Perfume. HEX triplet: C4, 9B and FE. RGB value is (196,155,254). Sum of RGB (Red+Green+Blue) = 196+155+254=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #C49BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49BFE is #3B6401. Grayscale: #B2B2B2. Windows color (decimal): -3892226 or 16686020. OLE color: 16686020.
HSL color Cylindrical-coordinate representation of color #C49BFE: hue angle of 264.85º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C49BFE is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 155 | 254 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.00 |
| HSL | 264.85º | 0.98% | 0.8% | - |
| HSV(B) | 264.85º | 0.39% | 1% | - |
| XYZ | 52.38 | 42.33 | 99.18 | - |
| YUV | 178.55 | 170.58 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 254 | 0.23 | 0.39 | 0 | 0.00 | 264.85 | 0.98 | 0.8 |
| Hex | C4 | 9B | FE | 17 | 27 | 0 | 0 | 109 | 62 | 50 |
| Octal | 304 | 233 | 376 | 27 | 47 | 0 | 0 | 411 | 142 | 120 |
| Binary | 11000100 | 10011011 | 11111110 | 10111 | 100111 | 0 | 0 | 100001001 | 1100010 | 1010000 |
Color Harmonies of #C49BFE
Complementary color
Monochromatic Colors of #C49BFE
Black with #C49BFE
Text Example
Text Example
White with #C49BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49BFE; }
p { color: rgb(196,155,254); }
H1.HeaderClassName
{
color: #C49BFE;
}
.AnyTagClassName
{
color: #C49BFE;
}
</style>
background-color css
<style>
a { background-color: #C49BFE; }
a { background-color: rgb(196,155,254); }
div.DivClassName
{
background-color: #C49BFE;
}
.BgClassName
{
background-color: #C49BFE;
}
</style>
border-color css
<style>
span { border-color: #C49BFE; }
span { border-color: rgb(196,155,254); }
td.TdClassName
{
border-color: #C49BFE;
}
.TagClassName
{
border-color: #C49BFE;
}
</style>