Shades of Perfume #C6A8DF
Tints of Perfume #C6A8DF
RGB
CMYK
RGB Variations
Color information
#C6A8DF (or 0xC6A8DF) is known color: Perfume. HEX triplet: C6, A8 and DF. RGB value is (198,168,223). Sum of RGB (Red+Green+Blue) = 198+168+223=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A8DF is #395720. Grayscale: #B7B7B7. Windows color (decimal): -3757857 or 14657734. OLE color: 14657734.
HSL color Cylindrical-coordinate representation of color #C6A8DF: hue angle of 272.73º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6A8DF is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 168 | 223 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.13 |
| HSL | 272.73º | 0.46% | 0.77% | - |
| HSV(B) | 272.73º | 0.25% | 0.87% | - |
| XYZ | 50.61 | 45.34 | 75.9 | - |
| YUV | 183.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 223 | 0.11 | 0.25 | 0 | 0.13 | 272.73 | 0.46 | 0.77 |
| Hex | C6 | A8 | DF | B | 19 | 0 | D | 111 | 2E | 4D |
| Octal | 306 | 250 | 337 | 13 | 31 | 0 | 15 | 421 | 56 | 115 |
| Binary | 11000110 | 10101000 | 11011111 | 1011 | 11001 | 0 | 1101 | 100010001 | 101110 | 1001101 |
Color Harmonies of #C6A8DF
Complementary color
Monochromatic Colors of #C6A8DF
Black with #C6A8DF
Text Example
Text Example
White with #C6A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A8DF; }
p { color: rgb(198,168,223); }
H1.HeaderClassName
{
color: #C6A8DF;
}
.AnyTagClassName
{
color: #C6A8DF;
}
</style>
background-color css
<style>
a { background-color: #C6A8DF; }
a { background-color: rgb(198,168,223); }
div.DivClassName
{
background-color: #C6A8DF;
}
.BgClassName
{
background-color: #C6A8DF;
}
</style>
border-color css
<style>
span { border-color: #C6A8DF; }
span { border-color: rgb(198,168,223); }
td.TdClassName
{
border-color: #C6A8DF;
}
.TagClassName
{
border-color: #C6A8DF;
}
</style>