Shades of Perfume #C6A7E9
Tints of Perfume #C6A7E9
RGB
CMYK
RGB Variations
Color information
#C6A7E9 (or 0xC6A7E9) is known color: Perfume. HEX triplet: C6, A7 and E9. RGB value is (198,167,233). Sum of RGB (Red+Green+Blue) = 198+167+233=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 233 - color contains mainly: blue. Hex color #C6A7E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A7E9 is #395816. Grayscale: #B7B7B7. Windows color (decimal): -3758103 or 15312838. OLE color: 15312838.
HSL color Cylindrical-coordinate representation of color #C6A7E9: hue angle of 268.18º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6A7E9 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 167 | 233 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.09 |
| HSL | 268.18º | 0.6% | 0.78% | - |
| HSV(B) | 268.18º | 0.28% | 0.91% | - |
| XYZ | 51.82 | 45.53 | 83.15 | - |
| YUV | 183.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 233 | 0.15 | 0.28 | 0 | 0.09 | 268.18 | 0.6 | 0.78 |
| Hex | C6 | A7 | E9 | F | 1C | 0 | 9 | 10C | 3C | 4E |
| Octal | 306 | 247 | 351 | 17 | 34 | 0 | 11 | 414 | 74 | 116 |
| Binary | 11000110 | 10100111 | 11101001 | 1111 | 11100 | 0 | 1001 | 100001100 | 111100 | 1001110 |
Color Harmonies of #C6A7E9
Complementary color
Monochromatic Colors of #C6A7E9
Black with #C6A7E9
Text Example
Text Example
White with #C6A7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A7E9; }
p { color: rgb(198,167,233); }
H1.HeaderClassName
{
color: #C6A7E9;
}
.AnyTagClassName
{
color: #C6A7E9;
}
</style>
background-color css
<style>
a { background-color: #C6A7E9; }
a { background-color: rgb(198,167,233); }
div.DivClassName
{
background-color: #C6A7E9;
}
.BgClassName
{
background-color: #C6A7E9;
}
</style>
border-color css
<style>
span { border-color: #C6A7E9; }
span { border-color: rgb(198,167,233); }
td.TdClassName
{
border-color: #C6A7E9;
}
.TagClassName
{
border-color: #C6A7E9;
}
</style>