Shades of Perfume #C6ACF1
Tints of Perfume #C6ACF1
RGB
CMYK
RGB Variations
Color information
#C6ACF1 (or 0xC6ACF1) is known color: Perfume. HEX triplet: C6, AC and F1. RGB value is (198,172,241). Sum of RGB (Red+Green+Blue) = 198+172+241=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #C6ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ACF1 is #39530E. Grayscale: #BBBBBB. Windows color (decimal): -3756815 or 15838406. OLE color: 15838406.
HSL color Cylindrical-coordinate representation of color #C6ACF1: hue angle of 262.61º degrees, saturation: 0.71, 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 #C6ACF1 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 172 | 241 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.05 |
| HSL | 262.61º | 0.71% | 0.81% | - |
| HSV(B) | 262.61º | 0.29% | 0.95% | - |
| XYZ | 53.92 | 47.86 | 89.62 | - |
| YUV | 187.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 241 | 0.18 | 0.29 | 0 | 0.05 | 262.61 | 0.71 | 0.81 |
| Hex | C6 | AC | F1 | 12 | 1D | 0 | 5 | 107 | 47 | 51 |
| Octal | 306 | 254 | 361 | 22 | 35 | 0 | 5 | 407 | 107 | 121 |
| Binary | 11000110 | 10101100 | 11110001 | 10010 | 11101 | 0 | 101 | 100000111 | 1000111 | 1010001 |
Color Harmonies of #C6ACF1
Complementary color
Monochromatic Colors of #C6ACF1
Black with #C6ACF1
Text Example
Text Example
White with #C6ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACF1; }
p { color: rgb(198,172,241); }
H1.HeaderClassName
{
color: #C6ACF1;
}
.AnyTagClassName
{
color: #C6ACF1;
}
</style>
background-color css
<style>
a { background-color: #C6ACF1; }
a { background-color: rgb(198,172,241); }
div.DivClassName
{
background-color: #C6ACF1;
}
.BgClassName
{
background-color: #C6ACF1;
}
</style>
border-color css
<style>
span { border-color: #C6ACF1; }
span { border-color: rgb(198,172,241); }
td.TdClassName
{
border-color: #C6ACF1;
}
.TagClassName
{
border-color: #C6ACF1;
}
</style>