Shades of Perfume #C6AFDF
Tints of Perfume #C6AFDF
RGB
CMYK
RGB Variations
Color information
#C6AFDF (or 0xC6AFDF) is known color: Perfume. HEX triplet: C6, AF and DF. RGB value is (198,175,223). Sum of RGB (Red+Green+Blue) = 198+175+223=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFDF is #395020. Grayscale: #BBBBBB. Windows color (decimal): -3756065 or 14659526. OLE color: 14659526.
HSL color Cylindrical-coordinate representation of color #C6AFDF: hue angle of 268.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6AFDF is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 175 | 223 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.13 |
| HSL | 268.75º | 0.43% | 0.78% | - |
| HSV(B) | 268.75º | 0.22% | 0.87% | - |
| XYZ | 51.94 | 47.99 | 76.34 | - |
| YUV | 187.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 223 | 0.11 | 0.22 | 0 | 0.13 | 268.75 | 0.43 | 0.78 |
| Hex | C6 | AF | DF | B | 16 | 0 | D | 10D | 2B | 4E |
| Octal | 306 | 257 | 337 | 13 | 26 | 0 | 15 | 415 | 53 | 116 |
| Binary | 11000110 | 10101111 | 11011111 | 1011 | 10110 | 0 | 1101 | 100001101 | 101011 | 1001110 |
Color Harmonies of #C6AFDF
Complementary color
Monochromatic Colors of #C6AFDF
Black with #C6AFDF
Text Example
Text Example
White with #C6AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFDF; }
p { color: rgb(198,175,223); }
H1.HeaderClassName
{
color: #C6AFDF;
}
.AnyTagClassName
{
color: #C6AFDF;
}
</style>
background-color css
<style>
a { background-color: #C6AFDF; }
a { background-color: rgb(198,175,223); }
div.DivClassName
{
background-color: #C6AFDF;
}
.BgClassName
{
background-color: #C6AFDF;
}
</style>
border-color css
<style>
span { border-color: #C6AFDF; }
span { border-color: rgb(198,175,223); }
td.TdClassName
{
border-color: #C6AFDF;
}
.TagClassName
{
border-color: #C6AFDF;
}
</style>