Shades of Perfume #C8AFE3
Tints of Perfume #C8AFE3
RGB
CMYK
RGB Variations
Color information
#C8AFE3 (or 0xC8AFE3) is known color: Perfume. HEX triplet: C8, AF and E3. RGB value is (200,175,227). Sum of RGB (Red+Green+Blue) = 200+175+227=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 227 - color contains mainly: blue. Hex color #C8AFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFE3 is #37501C. Grayscale: #BCBCBC. Windows color (decimal): -3624989 or 14921672. OLE color: 14921672.
HSL color Cylindrical-coordinate representation of color #C8AFE3: hue angle of 268.85º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8AFE3 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 175 | 227 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.11 |
| HSL | 268.85º | 0.48% | 0.79% | - |
| HSV(B) | 268.85º | 0.23% | 0.89% | - |
| XYZ | 53.01 | 48.49 | 79.24 | - |
| YUV | 188.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 227 | 0.12 | 0.23 | 0 | 0.11 | 268.85 | 0.48 | 0.79 |
| Hex | C8 | AF | E3 | C | 17 | 0 | B | 10D | 30 | 4F |
| Octal | 310 | 257 | 343 | 14 | 27 | 0 | 13 | 415 | 60 | 117 |
| Binary | 11001000 | 10101111 | 11100011 | 1100 | 10111 | 0 | 1011 | 100001101 | 110000 | 1001111 |
Color Harmonies of #C8AFE3
Complementary color
Monochromatic Colors of #C8AFE3
Black with #C8AFE3
Text Example
Text Example
White with #C8AFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFE3; }
p { color: rgb(200,175,227); }
H1.HeaderClassName
{
color: #C8AFE3;
}
.AnyTagClassName
{
color: #C8AFE3;
}
</style>
background-color css
<style>
a { background-color: #C8AFE3; }
a { background-color: rgb(200,175,227); }
div.DivClassName
{
background-color: #C8AFE3;
}
.BgClassName
{
background-color: #C8AFE3;
}
</style>
border-color css
<style>
span { border-color: #C8AFE3; }
span { border-color: rgb(200,175,227); }
td.TdClassName
{
border-color: #C8AFE3;
}
.TagClassName
{
border-color: #C8AFE3;
}
</style>