Shades of Perfume #C7B1DD
Tints of Perfume #C7B1DD
RGB
CMYK
RGB Variations
Color information
#C7B1DD (or 0xC7B1DD) is known color: Perfume. HEX triplet: C7, B1 and DD. RGB value is (199,177,221). Sum of RGB (Red+Green+Blue) = 199+177+221=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7B1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B1DD is #384E22. Grayscale: #BCBCBC. Windows color (decimal): -3690019 or 14528967. OLE color: 14528967.
HSL color Cylindrical-coordinate representation of color #C7B1DD: hue angle of 270º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7B1DD is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 177 | 221 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.13 |
| HSL | 270º | 0.39% | 0.78% | - |
| HSV(B) | 270º | 0.2% | 0.87% | - |
| XYZ | 52.33 | 48.81 | 75.07 | - |
| YUV | 188.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 221 | 0.10 | 0.20 | 0 | 0.13 | 270 | 0.39 | 0.78 |
| Hex | C7 | B1 | DD | A | 14 | 0 | D | 10E | 27 | 4E |
| Octal | 307 | 261 | 335 | 12 | 24 | 0 | 15 | 416 | 47 | 116 |
| Binary | 11000111 | 10110001 | 11011101 | 1010 | 10100 | 0 | 1101 | 100001110 | 100111 | 1001110 |
Color Harmonies of #C7B1DD
Complementary color
Monochromatic Colors of #C7B1DD
Black with #C7B1DD
Text Example
Text Example
White with #C7B1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B1DD; }
p { color: rgb(199,177,221); }
H1.HeaderClassName
{
color: #C7B1DD;
}
.AnyTagClassName
{
color: #C7B1DD;
}
</style>
background-color css
<style>
a { background-color: #C7B1DD; }
a { background-color: rgb(199,177,221); }
div.DivClassName
{
background-color: #C7B1DD;
}
.BgClassName
{
background-color: #C7B1DD;
}
</style>
border-color css
<style>
span { border-color: #C7B1DD; }
span { border-color: rgb(199,177,221); }
td.TdClassName
{
border-color: #C7B1DD;
}
.TagClassName
{
border-color: #C7B1DD;
}
</style>