Shades of Perfume #C8B0E0
Tints of Perfume #C8B0E0
RGB
CMYK
RGB Variations
Color information
#C8B0E0 (or 0xC8B0E0) is known color: Perfume. HEX triplet: C8, B0 and E0. RGB value is (200,176,224). Sum of RGB (Red+Green+Blue) = 200+176+224=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8B0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0E0 is #374F1F. Grayscale: #BCBCBC. Windows color (decimal): -3624736 or 14725320. OLE color: 14725320.
HSL color Cylindrical-coordinate representation of color #C8B0E0: hue angle of 270º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8B0E0 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 176 | 224 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.12 |
| HSL | 270º | 0.44% | 0.78% | - |
| HSV(B) | 270º | 0.21% | 0.88% | - |
| XYZ | 52.8 | 48.71 | 77.14 | - |
| YUV | 188.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 224 | 0.11 | 0.21 | 0 | 0.12 | 270 | 0.44 | 0.78 |
| Hex | C8 | B0 | E0 | B | 15 | 0 | C | 10E | 2C | 4E |
| Octal | 310 | 260 | 340 | 13 | 25 | 0 | 14 | 416 | 54 | 116 |
| Binary | 11001000 | 10110000 | 11100000 | 1011 | 10101 | 0 | 1100 | 100001110 | 101100 | 1001110 |
Color Harmonies of #C8B0E0
Complementary color
Monochromatic Colors of #C8B0E0
Black with #C8B0E0
Text Example
Text Example
White with #C8B0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B0E0; }
p { color: rgb(200,176,224); }
H1.HeaderClassName
{
color: #C8B0E0;
}
.AnyTagClassName
{
color: #C8B0E0;
}
</style>
background-color css
<style>
a { background-color: #C8B0E0; }
a { background-color: rgb(200,176,224); }
div.DivClassName
{
background-color: #C8B0E0;
}
.BgClassName
{
background-color: #C8B0E0;
}
</style>
border-color css
<style>
span { border-color: #C8B0E0; }
span { border-color: rgb(200,176,224); }
td.TdClassName
{
border-color: #C8B0E0;
}
.TagClassName
{
border-color: #C8B0E0;
}
</style>