Shades of Perfume #C8A5EB
Tints of Perfume #C8A5EB
RGB
CMYK
RGB Variations
Color information
#C8A5EB (or 0xC8A5EB) is known color: Perfume. HEX triplet: C8, A5 and EB. RGB value is (200,165,235). Sum of RGB (Red+Green+Blue) = 200+165+235=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 165 (64.84% from 255 or 27.5% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8A5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A5EB is #375A14. Grayscale: #B7B7B7. Windows color (decimal): -3627541 or 15443400. OLE color: 15443400.
HSL color Cylindrical-coordinate representation of color #C8A5EB: hue angle of 270º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8A5EB is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 165 | 235 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.08 |
| HSL | 270º | 0.64% | 0.78% | - |
| HSV(B) | 270º | 0.3% | 0.92% | - |
| XYZ | 52.27 | 45.19 | 84.56 | - |
| YUV | 183.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 235 | 0.15 | 0.30 | 0 | 0.08 | 270 | 0.64 | 0.78 |
| Hex | C8 | A5 | EB | F | 1E | 0 | 8 | 10E | 40 | 4E |
| Octal | 310 | 245 | 353 | 17 | 36 | 0 | 10 | 416 | 100 | 116 |
| Binary | 11001000 | 10100101 | 11101011 | 1111 | 11110 | 0 | 1000 | 100001110 | 1000000 | 1001110 |
Color Harmonies of #C8A5EB
Complementary color
Monochromatic Colors of #C8A5EB
Black with #C8A5EB
Text Example
Text Example
White with #C8A5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A5EB; }
p { color: rgb(200,165,235); }
H1.HeaderClassName
{
color: #C8A5EB;
}
.AnyTagClassName
{
color: #C8A5EB;
}
</style>
background-color css
<style>
a { background-color: #C8A5EB; }
a { background-color: rgb(200,165,235); }
div.DivClassName
{
background-color: #C8A5EB;
}
.BgClassName
{
background-color: #C8A5EB;
}
</style>
border-color css
<style>
span { border-color: #C8A5EB; }
span { border-color: rgb(200,165,235); }
td.TdClassName
{
border-color: #C8A5EB;
}
.TagClassName
{
border-color: #C8A5EB;
}
</style>