Shades of Perfume #C8ABF8
Tints of Perfume #C8ABF8
RGB
CMYK
RGB Variations
Color information
#C8ABF8 (or 0xC8ABF8) is known color: Perfume. HEX triplet: C8, AB and F8. RGB value is (200,171,248). Sum of RGB (Red+Green+Blue) = 200+171+248=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #C8ABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ABF8 is #375407. Grayscale: #BCBCBC. Windows color (decimal): -3625992 or 16296904. OLE color: 16296904.
HSL color Cylindrical-coordinate representation of color #C8ABF8: hue angle of 262.6º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8ABF8 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 171 | 248 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.03 |
| HSL | 262.6º | 0.85% | 0.82% | - |
| HSV(B) | 262.6º | 0.31% | 0.97% | - |
| XYZ | 55.33 | 48.18 | 95.19 | - |
| YUV | 188.45 | 161.61 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 248 | 0.19 | 0.31 | 0 | 0.03 | 262.6 | 0.85 | 0.82 |
| Hex | C8 | AB | F8 | 13 | 1F | 0 | 3 | 107 | 55 | 52 |
| Octal | 310 | 253 | 370 | 23 | 37 | 0 | 3 | 407 | 125 | 122 |
| Binary | 11001000 | 10101011 | 11111000 | 10011 | 11111 | 0 | 11 | 100000111 | 1010101 | 1010010 |
Color Harmonies of #C8ABF8
Complementary color
Monochromatic Colors of #C8ABF8
Black with #C8ABF8
Text Example
Text Example
White with #C8ABF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABF8; }
p { color: rgb(200,171,248); }
H1.HeaderClassName
{
color: #C8ABF8;
}
.AnyTagClassName
{
color: #C8ABF8;
}
</style>
background-color css
<style>
a { background-color: #C8ABF8; }
a { background-color: rgb(200,171,248); }
div.DivClassName
{
background-color: #C8ABF8;
}
.BgClassName
{
background-color: #C8ABF8;
}
</style>
border-color css
<style>
span { border-color: #C8ABF8; }
span { border-color: rgb(200,171,248); }
td.TdClassName
{
border-color: #C8ABF8;
}
.TagClassName
{
border-color: #C8ABF8;
}
</style>