Shades of Perfume #C7ABF6
Tints of Perfume #C7ABF6
RGB
CMYK
RGB Variations
Color information
#C7ABF6 (or 0xC7ABF6) is known color: Perfume. HEX triplet: C7, AB and F6. RGB value is (199,171,246). Sum of RGB (Red+Green+Blue) = 199+171+246=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #C7ABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ABF6 is #385409. Grayscale: #BBBBBB. Windows color (decimal): -3691530 or 16165831. OLE color: 16165831.
HSL color Cylindrical-coordinate representation of color #C7ABF6: hue angle of 262.4º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7ABF6 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 171 | 246 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.04 |
| HSL | 262.4º | 0.81% | 0.82% | - |
| HSV(B) | 262.4º | 0.3% | 0.96% | - |
| XYZ | 54.75 | 47.92 | 93.55 | - |
| YUV | 187.92 | 160.78 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 246 | 0.19 | 0.30 | 0 | 0.04 | 262.4 | 0.81 | 0.82 |
| Hex | C7 | AB | F6 | 13 | 1E | 0 | 4 | 106 | 51 | 52 |
| Octal | 307 | 253 | 366 | 23 | 36 | 0 | 4 | 406 | 121 | 122 |
| Binary | 11000111 | 10101011 | 11110110 | 10011 | 11110 | 0 | 100 | 100000110 | 1010001 | 1010010 |
Color Harmonies of #C7ABF6
Complementary color
Monochromatic Colors of #C7ABF6
Black with #C7ABF6
Text Example
Text Example
White with #C7ABF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ABF6; }
p { color: rgb(199,171,246); }
H1.HeaderClassName
{
color: #C7ABF6;
}
.AnyTagClassName
{
color: #C7ABF6;
}
</style>
background-color css
<style>
a { background-color: #C7ABF6; }
a { background-color: rgb(199,171,246); }
div.DivClassName
{
background-color: #C7ABF6;
}
.BgClassName
{
background-color: #C7ABF6;
}
</style>
border-color css
<style>
span { border-color: #C7ABF6; }
span { border-color: rgb(199,171,246); }
td.TdClassName
{
border-color: #C7ABF6;
}
.TagClassName
{
border-color: #C7ABF6;
}
</style>