Shades of Perfume #C7B0E5
Tints of Perfume #C7B0E5
RGB
CMYK
RGB Variations
Color information
#C7B0E5 (or 0xC7B0E5) is known color: Perfume. HEX triplet: C7, B0 and E5. RGB value is (199,176,229). Sum of RGB (Red+Green+Blue) = 199+176+229=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #C7B0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0E5 is #384F1A. Grayscale: #BCBCBC. Windows color (decimal): -3690267 or 15052999. OLE color: 15052999.
HSL color Cylindrical-coordinate representation of color #C7B0E5: hue angle of 266.04º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7B0E5 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 176 | 229 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.10 |
| HSL | 266.04º | 0.5% | 0.79% | - |
| HSV(B) | 266.04º | 0.23% | 0.9% | - |
| XYZ | 53.22 | 48.85 | 80.75 | - |
| YUV | 188.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 229 | 0.13 | 0.23 | 0 | 0.10 | 266.04 | 0.5 | 0.79 |
| Hex | C7 | B0 | E5 | D | 17 | 0 | A | 10A | 32 | 4F |
| Octal | 307 | 260 | 345 | 15 | 27 | 0 | 12 | 412 | 62 | 117 |
| Binary | 11000111 | 10110000 | 11100101 | 1101 | 10111 | 0 | 1010 | 100001010 | 110010 | 1001111 |
Color Harmonies of #C7B0E5
Complementary color
Monochromatic Colors of #C7B0E5
Black with #C7B0E5
Text Example
Text Example
White with #C7B0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B0E5; }
p { color: rgb(199,176,229); }
H1.HeaderClassName
{
color: #C7B0E5;
}
.AnyTagClassName
{
color: #C7B0E5;
}
</style>
background-color css
<style>
a { background-color: #C7B0E5; }
a { background-color: rgb(199,176,229); }
div.DivClassName
{
background-color: #C7B0E5;
}
.BgClassName
{
background-color: #C7B0E5;
}
</style>
border-color css
<style>
span { border-color: #C7B0E5; }
span { border-color: rgb(199,176,229); }
td.TdClassName
{
border-color: #C7B0E5;
}
.TagClassName
{
border-color: #C7B0E5;
}
</style>