Shades of Perfume #C0A3EA
Tints of Perfume #C0A3EA
RGB
CMYK
RGB Variations
Color information
#C0A3EA (or 0xC0A3EA) is known color: Perfume. HEX triplet: C0, A3 and EA. RGB value is (192,163,234). Sum of RGB (Red+Green+Blue) = 192+163+234=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0A3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A3EA is #3F5C15. Grayscale: #B3B3B3. Windows color (decimal): -4152342 or 15377344. OLE color: 15377344.
HSL color Cylindrical-coordinate representation of color #C0A3EA: hue angle of 264.51º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0A3EA is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 163 | 234 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.08 |
| HSL | 264.51º | 0.63% | 0.78% | - |
| HSV(B) | 264.51º | 0.3% | 0.92% | - |
| XYZ | 49.69 | 43.34 | 83.59 | - |
| YUV | 179.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 234 | 0.18 | 0.30 | 0 | 0.08 | 264.51 | 0.63 | 0.78 |
| Hex | C0 | A3 | EA | 12 | 1E | 0 | 8 | 109 | 3F | 4E |
| Octal | 300 | 243 | 352 | 22 | 36 | 0 | 10 | 411 | 77 | 116 |
| Binary | 11000000 | 10100011 | 11101010 | 10010 | 11110 | 0 | 1000 | 100001001 | 111111 | 1001110 |
Color Harmonies of #C0A3EA
Complementary color
Monochromatic Colors of #C0A3EA
Black with #C0A3EA
Text Example
Text Example
White with #C0A3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A3EA; }
p { color: rgb(192,163,234); }
H1.HeaderClassName
{
color: #C0A3EA;
}
.AnyTagClassName
{
color: #C0A3EA;
}
</style>
background-color css
<style>
a { background-color: #C0A3EA; }
a { background-color: rgb(192,163,234); }
div.DivClassName
{
background-color: #C0A3EA;
}
.BgClassName
{
background-color: #C0A3EA;
}
</style>
border-color css
<style>
span { border-color: #C0A3EA; }
span { border-color: rgb(192,163,234); }
td.TdClassName
{
border-color: #C0A3EA;
}
.TagClassName
{
border-color: #C0A3EA;
}
</style>