Shades of Perfume #C0A3EE
Tints of Perfume #C0A3EE
RGB
CMYK
RGB Variations
Color information
#C0A3EE (or 0xC0A3EE) is known color: Perfume. HEX triplet: C0, A3 and EE. RGB value is (192,163,238). Sum of RGB (Red+Green+Blue) = 192+163+238=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0A3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A3EE is #3F5C11. Grayscale: #B3B3B3. Windows color (decimal): -4152338 or 15639488. OLE color: 15639488.
HSL color Cylindrical-coordinate representation of color #C0A3EE: hue angle of 263.2º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0A3EE is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 163 | 238 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.07 |
| HSL | 263.2º | 0.69% | 0.79% | - |
| HSV(B) | 263.2º | 0.32% | 0.93% | - |
| XYZ | 50.27 | 43.57 | 86.65 | - |
| YUV | 180.22 | 160.61 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 238 | 0.19 | 0.32 | 0 | 0.07 | 263.2 | 0.69 | 0.79 |
| Hex | C0 | A3 | EE | 13 | 20 | 0 | 7 | 107 | 45 | 4F |
| Octal | 300 | 243 | 356 | 23 | 40 | 0 | 7 | 407 | 105 | 117 |
| Binary | 11000000 | 10100011 | 11101110 | 10011 | 100000 | 0 | 111 | 100000111 | 1000101 | 1001111 |
Color Harmonies of #C0A3EE
Complementary color
Monochromatic Colors of #C0A3EE
Black with #C0A3EE
Text Example
Text Example
White with #C0A3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A3EE; }
p { color: rgb(192,163,238); }
H1.HeaderClassName
{
color: #C0A3EE;
}
.AnyTagClassName
{
color: #C0A3EE;
}
</style>
background-color css
<style>
a { background-color: #C0A3EE; }
a { background-color: rgb(192,163,238); }
div.DivClassName
{
background-color: #C0A3EE;
}
.BgClassName
{
background-color: #C0A3EE;
}
</style>
border-color css
<style>
span { border-color: #C0A3EE; }
span { border-color: rgb(192,163,238); }
td.TdClassName
{
border-color: #C0A3EE;
}
.TagClassName
{
border-color: #C0A3EE;
}
</style>