Shades of Perfume #C6ABE1
Tints of Perfume #C6ABE1
RGB
CMYK
RGB Variations
Color information
#C6ABE1 (or 0xC6ABE1) is known color: Perfume. HEX triplet: C6, AB and E1. RGB value is (198,171,225). Sum of RGB (Red+Green+Blue) = 198+171+225=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #C6ABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABE1 is #39541E. Grayscale: #B9B9B9. Windows color (decimal): -3757087 or 14789574. OLE color: 14789574.
HSL color Cylindrical-coordinate representation of color #C6ABE1: hue angle of 270º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6ABE1 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 171 | 225 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.12 |
| HSL | 270º | 0.47% | 0.78% | - |
| HSV(B) | 270º | 0.24% | 0.88% | - |
| XYZ | 51.44 | 46.57 | 77.51 | - |
| YUV | 185.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 225 | 0.12 | 0.24 | 0 | 0.12 | 270 | 0.47 | 0.78 |
| Hex | C6 | AB | E1 | C | 18 | 0 | C | 10E | 2F | 4E |
| Octal | 306 | 253 | 341 | 14 | 30 | 0 | 14 | 416 | 57 | 116 |
| Binary | 11000110 | 10101011 | 11100001 | 1100 | 11000 | 0 | 1100 | 100001110 | 101111 | 1001110 |
Color Harmonies of #C6ABE1
Complementary color
Monochromatic Colors of #C6ABE1
Black with #C6ABE1
Text Example
Text Example
White with #C6ABE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABE1; }
p { color: rgb(198,171,225); }
H1.HeaderClassName
{
color: #C6ABE1;
}
.AnyTagClassName
{
color: #C6ABE1;
}
</style>
background-color css
<style>
a { background-color: #C6ABE1; }
a { background-color: rgb(198,171,225); }
div.DivClassName
{
background-color: #C6ABE1;
}
.BgClassName
{
background-color: #C6ABE1;
}
</style>
border-color css
<style>
span { border-color: #C6ABE1; }
span { border-color: rgb(198,171,225); }
td.TdClassName
{
border-color: #C6ABE1;
}
.TagClassName
{
border-color: #C6ABE1;
}
</style>