Shades of Perfume #C0A3D8
Tints of Perfume #C0A3D8
RGB
CMYK
RGB Variations
Color information
#C0A3D8 (or 0xC0A3D8) is known color: Perfume. HEX triplet: C0, A3 and D8. RGB value is (192,163,216). Sum of RGB (Red+Green+Blue) = 192+163+216=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #C0A3D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A3D8 is #3F5C27. Grayscale: #B1B1B1. Windows color (decimal): -4152360 or 14197696. OLE color: 14197696.
HSL color Cylindrical-coordinate representation of color #C0A3D8: hue angle of 272.83º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0A3D8 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 163 | 216 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.15 |
| HSL | 272.83º | 0.4% | 0.74% | - |
| HSV(B) | 272.83º | 0.25% | 0.85% | - |
| XYZ | 47.23 | 42.36 | 70.65 | - |
| YUV | 177.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 216 | 0.11 | 0.25 | 0 | 0.15 | 272.83 | 0.4 | 0.74 |
| Hex | C0 | A3 | D8 | B | 19 | 0 | F | 111 | 28 | 4A |
| Octal | 300 | 243 | 330 | 13 | 31 | 0 | 17 | 421 | 50 | 112 |
| Binary | 11000000 | 10100011 | 11011000 | 1011 | 11001 | 0 | 1111 | 100010001 | 101000 | 1001010 |
Color Harmonies of #C0A3D8
Complementary color
Monochromatic Colors of #C0A3D8
Black with #C0A3D8
Text Example
Text Example
White with #C0A3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A3D8; }
p { color: rgb(192,163,216); }
H1.HeaderClassName
{
color: #C0A3D8;
}
.AnyTagClassName
{
color: #C0A3D8;
}
</style>
background-color css
<style>
a { background-color: #C0A3D8; }
a { background-color: rgb(192,163,216); }
div.DivClassName
{
background-color: #C0A3D8;
}
.BgClassName
{
background-color: #C0A3D8;
}
</style>
border-color css
<style>
span { border-color: #C0A3D8; }
span { border-color: rgb(192,163,216); }
td.TdClassName
{
border-color: #C0A3D8;
}
.TagClassName
{
border-color: #C0A3D8;
}
</style>