Shades of Perfume #C7B0E9
Tints of Perfume #C7B0E9
RGB
CMYK
RGB Variations
Color information
#C7B0E9 (or 0xC7B0E9) is known color: Perfume. HEX triplet: C7, B0 and E9. RGB value is (199,176,233). Sum of RGB (Red+Green+Blue) = 199+176+233=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 233 - color contains mainly: blue. Hex color #C7B0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B0E9 is #384F16. Grayscale: #BDBDBD. Windows color (decimal): -3690263 or 15315143. OLE color: 15315143.
HSL color Cylindrical-coordinate representation of color #C7B0E9: hue angle of 264.21º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7B0E9 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 176 | 233 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.09 |
| HSL | 264.21º | 0.56% | 0.8% | - |
| HSV(B) | 264.21º | 0.24% | 0.91% | - |
| XYZ | 53.79 | 49.08 | 83.73 | - |
| YUV | 189.38 | 152.62 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 233 | 0.15 | 0.24 | 0 | 0.09 | 264.21 | 0.56 | 0.8 |
| Hex | C7 | B0 | E9 | F | 18 | 0 | 9 | 108 | 38 | 50 |
| Octal | 307 | 260 | 351 | 17 | 30 | 0 | 11 | 410 | 70 | 120 |
| Binary | 11000111 | 10110000 | 11101001 | 1111 | 11000 | 0 | 1001 | 100001000 | 111000 | 1010000 |
Color Harmonies of #C7B0E9
Complementary color
Monochromatic Colors of #C7B0E9
Black with #C7B0E9
Text Example
Text Example
White with #C7B0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B0E9; }
p { color: rgb(199,176,233); }
H1.HeaderClassName
{
color: #C7B0E9;
}
.AnyTagClassName
{
color: #C7B0E9;
}
</style>
background-color css
<style>
a { background-color: #C7B0E9; }
a { background-color: rgb(199,176,233); }
div.DivClassName
{
background-color: #C7B0E9;
}
.BgClassName
{
background-color: #C7B0E9;
}
</style>
border-color css
<style>
span { border-color: #C7B0E9; }
span { border-color: rgb(199,176,233); }
td.TdClassName
{
border-color: #C7B0E9;
}
.TagClassName
{
border-color: #C7B0E9;
}
</style>