Shades of Perfume #C8AFDA
Tints of Perfume #C8AFDA
RGB
CMYK
RGB Variations
Color information
#C8AFDA (or 0xC8AFDA) is known color: Perfume. HEX triplet: C8, AF and DA. RGB value is (200,175,218). Sum of RGB (Red+Green+Blue) = 200+175+218=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFDA is #375025. Grayscale: #BBBBBB. Windows color (decimal): -3624998 or 14331848. OLE color: 14331848.
HSL color Cylindrical-coordinate representation of color #C8AFDA: hue angle of 274.88º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8AFDA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 175 | 218 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.15 |
| HSL | 274.88º | 0.37% | 0.77% | - |
| HSV(B) | 274.88º | 0.2% | 0.85% | - |
| XYZ | 51.8 | 48 | 72.86 | - |
| YUV | 187.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 218 | 0.08 | 0.20 | 0 | 0.15 | 274.88 | 0.37 | 0.77 |
| Hex | C8 | AF | DA | 8 | 14 | 0 | F | 113 | 25 | 4D |
| Octal | 310 | 257 | 332 | 10 | 24 | 0 | 17 | 423 | 45 | 115 |
| Binary | 11001000 | 10101111 | 11011010 | 1000 | 10100 | 0 | 1111 | 100010011 | 100101 | 1001101 |
Color Harmonies of #C8AFDA
Complementary color
Monochromatic Colors of #C8AFDA
Black with #C8AFDA
Text Example
Text Example
White with #C8AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFDA; }
p { color: rgb(200,175,218); }
H1.HeaderClassName
{
color: #C8AFDA;
}
.AnyTagClassName
{
color: #C8AFDA;
}
</style>
background-color css
<style>
a { background-color: #C8AFDA; }
a { background-color: rgb(200,175,218); }
div.DivClassName
{
background-color: #C8AFDA;
}
.BgClassName
{
background-color: #C8AFDA;
}
</style>
border-color css
<style>
span { border-color: #C8AFDA; }
span { border-color: rgb(200,175,218); }
td.TdClassName
{
border-color: #C8AFDA;
}
.TagClassName
{
border-color: #C8AFDA;
}
</style>