Shades of Perfume #C6A9F3
Tints of Perfume #C6A9F3
RGB
CMYK
RGB Variations
Color information
#C6A9F3 (or 0xC6A9F3) is known color: Perfume. HEX triplet: C6, A9 and F3. RGB value is (198,169,243). Sum of RGB (Red+Green+Blue) = 198+169+243=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6A9F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A9F3 is #39560C. Grayscale: #B9B9B9. Windows color (decimal): -3757581 or 15968710. OLE color: 15968710.
HSL color Cylindrical-coordinate representation of color #C6A9F3: hue angle of 263.51º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6A9F3 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 169 | 243 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.05 |
| HSL | 263.51º | 0.76% | 0.81% | - |
| HSV(B) | 263.51º | 0.3% | 0.95% | - |
| XYZ | 53.65 | 46.85 | 91.01 | - |
| YUV | 186.11 | 160.11 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 169 | 243 | 0.19 | 0.30 | 0 | 0.05 | 263.51 | 0.76 | 0.81 |
| Hex | C6 | A9 | F3 | 13 | 1E | 0 | 5 | 108 | 4C | 51 |
| Octal | 306 | 251 | 363 | 23 | 36 | 0 | 5 | 410 | 114 | 121 |
| Binary | 11000110 | 10101001 | 11110011 | 10011 | 11110 | 0 | 101 | 100001000 | 1001100 | 1010001 |
Color Harmonies of #C6A9F3
Complementary color
Monochromatic Colors of #C6A9F3
Black with #C6A9F3
Text Example
Text Example
White with #C6A9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A9F3; }
p { color: rgb(198,169,243); }
H1.HeaderClassName
{
color: #C6A9F3;
}
.AnyTagClassName
{
color: #C6A9F3;
}
</style>
background-color css
<style>
a { background-color: #C6A9F3; }
a { background-color: rgb(198,169,243); }
div.DivClassName
{
background-color: #C6A9F3;
}
.BgClassName
{
background-color: #C6A9F3;
}
</style>
border-color css
<style>
span { border-color: #C6A9F3; }
span { border-color: rgb(198,169,243); }
td.TdClassName
{
border-color: #C6A9F3;
}
.TagClassName
{
border-color: #C6A9F3;
}
</style>