Shades of Perfume #C6AFE9
Tints of Perfume #C6AFE9
RGB
CMYK
RGB Variations
Color information
#C6AFE9 (or 0xC6AFE9) is known color: Perfume. HEX triplet: C6, AF and E9. RGB value is (198,175,233). Sum of RGB (Red+Green+Blue) = 198+175+233=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 233 - color contains mainly: blue. Hex color #C6AFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFE9 is #395016. Grayscale: #BCBCBC. Windows color (decimal): -3756055 or 15314886. OLE color: 15314886.
HSL color Cylindrical-coordinate representation of color #C6AFE9: hue angle of 263.79º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6AFE9 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 175 | 233 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.09 |
| HSL | 263.79º | 0.57% | 0.8% | - |
| HSV(B) | 263.79º | 0.25% | 0.91% | - |
| XYZ | 53.33 | 48.55 | 83.65 | - |
| YUV | 188.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 233 | 0.15 | 0.25 | 0 | 0.09 | 263.79 | 0.57 | 0.8 |
| Hex | C6 | AF | E9 | F | 19 | 0 | 9 | 108 | 39 | 50 |
| Octal | 306 | 257 | 351 | 17 | 31 | 0 | 11 | 410 | 71 | 120 |
| Binary | 11000110 | 10101111 | 11101001 | 1111 | 11001 | 0 | 1001 | 100001000 | 111001 | 1010000 |
Color Harmonies of #C6AFE9
Complementary color
Monochromatic Colors of #C6AFE9
Black with #C6AFE9
Text Example
Text Example
White with #C6AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFE9; }
p { color: rgb(198,175,233); }
H1.HeaderClassName
{
color: #C6AFE9;
}
.AnyTagClassName
{
color: #C6AFE9;
}
</style>
background-color css
<style>
a { background-color: #C6AFE9; }
a { background-color: rgb(198,175,233); }
div.DivClassName
{
background-color: #C6AFE9;
}
.BgClassName
{
background-color: #C6AFE9;
}
</style>
border-color css
<style>
span { border-color: #C6AFE9; }
span { border-color: rgb(198,175,233); }
td.TdClassName
{
border-color: #C6AFE9;
}
.TagClassName
{
border-color: #C6AFE9;
}
</style>