Shades of Perfume #C8A3E7
Tints of Perfume #C8A3E7
RGB
CMYK
RGB Variations
Color information
#C8A3E7 (or 0xC8A3E7) is known color: Perfume. HEX triplet: C8, A3 and E7. RGB value is (200,163,231). Sum of RGB (Red+Green+Blue) = 200+163+231=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 163 (64.06% from 255 or 27.44% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 231 - color contains mainly: blue. Hex color #C8A3E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A3E7 is #375C18. Grayscale: #B5B5B5. Windows color (decimal): -3628057 or 15180744. OLE color: 15180744.
HSL color Cylindrical-coordinate representation of color #C8A3E7: hue angle of 272.65º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8A3E7 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 163 | 231 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.09 |
| HSL | 272.65º | 0.59% | 0.77% | - |
| HSV(B) | 272.65º | 0.29% | 0.91% | - |
| XYZ | 51.34 | 44.24 | 81.44 | - |
| YUV | 181.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 231 | 0.13 | 0.29 | 0 | 0.09 | 272.65 | 0.59 | 0.77 |
| Hex | C8 | A3 | E7 | D | 1D | 0 | 9 | 111 | 3B | 4D |
| Octal | 310 | 243 | 347 | 15 | 35 | 0 | 11 | 421 | 73 | 115 |
| Binary | 11001000 | 10100011 | 11100111 | 1101 | 11101 | 0 | 1001 | 100010001 | 111011 | 1001101 |
Color Harmonies of #C8A3E7
Complementary color
Monochromatic Colors of #C8A3E7
Black with #C8A3E7
Text Example
Text Example
White with #C8A3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A3E7; }
p { color: rgb(200,163,231); }
H1.HeaderClassName
{
color: #C8A3E7;
}
.AnyTagClassName
{
color: #C8A3E7;
}
</style>
background-color css
<style>
a { background-color: #C8A3E7; }
a { background-color: rgb(200,163,231); }
div.DivClassName
{
background-color: #C8A3E7;
}
.BgClassName
{
background-color: #C8A3E7;
}
</style>
border-color css
<style>
span { border-color: #C8A3E7; }
span { border-color: rgb(200,163,231); }
td.TdClassName
{
border-color: #C8A3E7;
}
.TagClassName
{
border-color: #C8A3E7;
}
</style>