Shades of Perfume #C8B0E5
Tints of Perfume #C8B0E5
RGB
CMYK
RGB Variations
Color information
#C8B0E5 (or 0xC8B0E5) is known color: Perfume. HEX triplet: C8, B0 and E5. RGB value is (200,176,229). Sum of RGB (Red+Green+Blue) = 200+176+229=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #C8B0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0E5 is #374F1A. Grayscale: #BDBDBD. Windows color (decimal): -3624731 or 15053000. OLE color: 15053000.
HSL color Cylindrical-coordinate representation of color #C8B0E5: hue angle of 267.17º 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 #C8B0E5 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 176 | 229 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.10 |
| HSL | 267.17º | 0.5% | 0.79% | - |
| HSV(B) | 267.17º | 0.23% | 0.9% | - |
| XYZ | 53.49 | 48.99 | 80.77 | - |
| YUV | 189.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 229 | 0.13 | 0.23 | 0 | 0.10 | 267.17 | 0.5 | 0.79 |
| Hex | C8 | B0 | E5 | D | 17 | 0 | A | 10B | 32 | 4F |
| Octal | 310 | 260 | 345 | 15 | 27 | 0 | 12 | 413 | 62 | 117 |
| Binary | 11001000 | 10110000 | 11100101 | 1101 | 10111 | 0 | 1010 | 100001011 | 110010 | 1001111 |
Color Harmonies of #C8B0E5
Complementary color
Monochromatic Colors of #C8B0E5
Black with #C8B0E5
Text Example
Text Example
White with #C8B0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B0E5; }
p { color: rgb(200,176,229); }
H1.HeaderClassName
{
color: #C8B0E5;
}
.AnyTagClassName
{
color: #C8B0E5;
}
</style>
background-color css
<style>
a { background-color: #C8B0E5; }
a { background-color: rgb(200,176,229); }
div.DivClassName
{
background-color: #C8B0E5;
}
.BgClassName
{
background-color: #C8B0E5;
}
</style>
border-color css
<style>
span { border-color: #C8B0E5; }
span { border-color: rgb(200,176,229); }
td.TdClassName
{
border-color: #C8B0E5;
}
.TagClassName
{
border-color: #C8B0E5;
}
</style>