Shades of Perfume #C0A2FA
Tints of Perfume #C0A2FA
RGB
CMYK
RGB Variations
Color information
#C0A2FA (or 0xC0A2FA) is known color: Perfume. HEX triplet: C0, A2 and FA. RGB value is (192,162,250). Sum of RGB (Red+Green+Blue) = 192+162+250=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A2FA is #3F5D05. Grayscale: #B4B4B4. Windows color (decimal): -4152582 or 16425664. OLE color: 16425664.
HSL color Cylindrical-coordinate representation of color #C0A2FA: hue angle of 260.45º 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 #C0A2FA is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 162 | 250 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.02 |
| HSL | 260.45º | 0.9% | 0.81% | - |
| HSV(B) | 260.45º | 0.35% | 0.98% | - |
| XYZ | 51.91 | 43.95 | 96.19 | - |
| YUV | 181 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 250 | 0.23 | 0.35 | 0 | 0.02 | 260.45 | 0.9 | 0.81 |
| Hex | C0 | A2 | FA | 17 | 23 | 0 | 2 | 104 | 5A | 51 |
| Octal | 300 | 242 | 372 | 27 | 43 | 0 | 2 | 404 | 132 | 121 |
| Binary | 11000000 | 10100010 | 11111010 | 10111 | 100011 | 0 | 10 | 100000100 | 1011010 | 1010001 |
Color Harmonies of #C0A2FA
Complementary color
Monochromatic Colors of #C0A2FA
Black with #C0A2FA
Text Example
Text Example
White with #C0A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A2FA; }
p { color: rgb(192,162,250); }
H1.HeaderClassName
{
color: #C0A2FA;
}
.AnyTagClassName
{
color: #C0A2FA;
}
</style>
background-color css
<style>
a { background-color: #C0A2FA; }
a { background-color: rgb(192,162,250); }
div.DivClassName
{
background-color: #C0A2FA;
}
.BgClassName
{
background-color: #C0A2FA;
}
</style>
border-color css
<style>
span { border-color: #C0A2FA; }
span { border-color: rgb(192,162,250); }
td.TdClassName
{
border-color: #C0A2FA;
}
.TagClassName
{
border-color: #C0A2FA;
}
</style>