Shades of Perfume #C0A3E5
Tints of Perfume #C0A3E5
RGB
CMYK
RGB Variations
Color information
#C0A3E5 (or 0xC0A3E5) is known color: Perfume. HEX triplet: C0, A3 and E5. RGB value is (192,163,229). Sum of RGB (Red+Green+Blue) = 192+163+229=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 163 (64.06% from 255 or 27.91% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #C0A3E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A3E5 is #3F5C1A. Grayscale: #B2B2B2. Windows color (decimal): -4152347 or 15049664. OLE color: 15049664.
HSL color Cylindrical-coordinate representation of color #C0A3E5: hue angle of 266.36º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0A3E5 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 163 | 229 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.10 |
| HSL | 266.36º | 0.56% | 0.77% | - |
| HSV(B) | 266.36º | 0.29% | 0.9% | - |
| XYZ | 48.98 | 43.06 | 79.86 | - |
| YUV | 179.2 | 156.11 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 229 | 0.16 | 0.29 | 0 | 0.10 | 266.36 | 0.56 | 0.77 |
| Hex | C0 | A3 | E5 | 10 | 1D | 0 | A | 10A | 38 | 4D |
| Octal | 300 | 243 | 345 | 20 | 35 | 0 | 12 | 412 | 70 | 115 |
| Binary | 11000000 | 10100011 | 11100101 | 10000 | 11101 | 0 | 1010 | 100001010 | 111000 | 1001101 |
Color Harmonies of #C0A3E5
Complementary color
Monochromatic Colors of #C0A3E5
Black with #C0A3E5
Text Example
Text Example
White with #C0A3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A3E5; }
p { color: rgb(192,163,229); }
H1.HeaderClassName
{
color: #C0A3E5;
}
.AnyTagClassName
{
color: #C0A3E5;
}
</style>
background-color css
<style>
a { background-color: #C0A3E5; }
a { background-color: rgb(192,163,229); }
div.DivClassName
{
background-color: #C0A3E5;
}
.BgClassName
{
background-color: #C0A3E5;
}
</style>
border-color css
<style>
span { border-color: #C0A3E5; }
span { border-color: rgb(192,163,229); }
td.TdClassName
{
border-color: #C0A3E5;
}
.TagClassName
{
border-color: #C0A3E5;
}
</style>