Shades of Perfume #C6ABF2
Tints of Perfume #C6ABF2
RGB
CMYK
RGB Variations
Color information
#C6ABF2 (or 0xC6ABF2) is known color: Perfume. HEX triplet: C6, AB and F2. RGB value is (198,171,242). Sum of RGB (Red+Green+Blue) = 198+171+242=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #C6ABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABF2 is #39540D. Grayscale: #BABABA. Windows color (decimal): -3757070 or 15903686. OLE color: 15903686.
HSL color Cylindrical-coordinate representation of color #C6ABF2: hue angle of 262.82º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6ABF2 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 171 | 242 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.05 |
| HSL | 262.82º | 0.73% | 0.81% | - |
| HSV(B) | 262.82º | 0.29% | 0.95% | - |
| XYZ | 53.88 | 47.54 | 90.34 | - |
| YUV | 187.17 | 158.95 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 242 | 0.18 | 0.29 | 0 | 0.05 | 262.82 | 0.73 | 0.81 |
| Hex | C6 | AB | F2 | 12 | 1D | 0 | 5 | 107 | 49 | 51 |
| Octal | 306 | 253 | 362 | 22 | 35 | 0 | 5 | 407 | 111 | 121 |
| Binary | 11000110 | 10101011 | 11110010 | 10010 | 11101 | 0 | 101 | 100000111 | 1001001 | 1010001 |
Color Harmonies of #C6ABF2
Complementary color
Monochromatic Colors of #C6ABF2
Black with #C6ABF2
Text Example
Text Example
White with #C6ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABF2; }
p { color: rgb(198,171,242); }
H1.HeaderClassName
{
color: #C6ABF2;
}
.AnyTagClassName
{
color: #C6ABF2;
}
</style>
background-color css
<style>
a { background-color: #C6ABF2; }
a { background-color: rgb(198,171,242); }
div.DivClassName
{
background-color: #C6ABF2;
}
.BgClassName
{
background-color: #C6ABF2;
}
</style>
border-color css
<style>
span { border-color: #C6ABF2; }
span { border-color: rgb(198,171,242); }
td.TdClassName
{
border-color: #C6ABF2;
}
.TagClassName
{
border-color: #C6ABF2;
}
</style>