Shades of Perfume #C0A3FA
Tints of Perfume #C0A3FA
RGB
CMYK
RGB Variations
Color information
#C0A3FA (or 0xC0A3FA) is known color: Perfume. HEX triplet: C0, A3 and FA. RGB value is (192,163,250). Sum of RGB (Red+Green+Blue) = 192+163+250=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0A3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A3FA is #3F5C05. Grayscale: #B5B5B5. Windows color (decimal): -4152326 or 16425920. OLE color: 16425920.
HSL color Cylindrical-coordinate representation of color #C0A3FA: hue angle of 260º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0A3FA is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 163 | 250 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.02 |
| HSL | 260º | 0.9% | 0.81% | - |
| HSV(B) | 260º | 0.35% | 0.98% | - |
| XYZ | 52.09 | 44.3 | 96.25 | - |
| YUV | 181.59 | 166.61 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 250 | 0.23 | 0.35 | 0 | 0.02 | 260 | 0.9 | 0.81 |
| Hex | C0 | A3 | FA | 17 | 23 | 0 | 2 | 104 | 5A | 51 |
| Octal | 300 | 243 | 372 | 27 | 43 | 0 | 2 | 404 | 132 | 121 |
| Binary | 11000000 | 10100011 | 11111010 | 10111 | 100011 | 0 | 10 | 100000100 | 1011010 | 1010001 |
Color Harmonies of #C0A3FA
Complementary color
Monochromatic Colors of #C0A3FA
Black with #C0A3FA
Text Example
Text Example
White with #C0A3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A3FA; }
p { color: rgb(192,163,250); }
H1.HeaderClassName
{
color: #C0A3FA;
}
.AnyTagClassName
{
color: #C0A3FA;
}
</style>
background-color css
<style>
a { background-color: #C0A3FA; }
a { background-color: rgb(192,163,250); }
div.DivClassName
{
background-color: #C0A3FA;
}
.BgClassName
{
background-color: #C0A3FA;
}
</style>
border-color css
<style>
span { border-color: #C0A3FA; }
span { border-color: rgb(192,163,250); }
td.TdClassName
{
border-color: #C0A3FA;
}
.TagClassName
{
border-color: #C0A3FA;
}
</style>