Shades of Perfume #C0A2FF
Tints of Perfume #C0A2FF
RGB
CMYK
RGB Variations
Color information
#C0A2FF (or 0xC0A2FF) is known color: Perfume. HEX triplet: C0, A2 and FF. RGB value is (192,162,255). Sum of RGB (Red+Green+Blue) = 192+162+255=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 162 (63.67% from 255 or 26.60% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A2FF is #3F5D00. Grayscale: #B5B5B5. Windows color (decimal): -4152577 or 16753344. OLE color: 16753344.
HSL color Cylindrical-coordinate representation of color #C0A2FF: hue angle of 259.35º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0A2FF is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 162 | 255 | - |
| CMYK | 0.25 | 0.36 | 0 | 0 |
| HSL | 259.35º | 1% | 0.82% | - |
| HSV(B) | 259.35º | 0.36% | 1% | - |
| XYZ | 52.71 | 44.27 | 100.37 | - |
| YUV | 181.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 255 | 0.25 | 0.36 | 0 | 0 | 259.35 | 1 | 0.82 |
| Hex | C0 | A2 | FF | 19 | 24 | 0 | 0 | 103 | 64 | 52 |
| Octal | 300 | 242 | 377 | 31 | 44 | 0 | 0 | 403 | 144 | 122 |
| Binary | 11000000 | 10100010 | 11111111 | 11001 | 100100 | 0 | 0 | 100000011 | 1100100 | 1010010 |
Color Harmonies of #C0A2FF
Complementary color
Monochromatic Colors of #C0A2FF
Black with #C0A2FF
Text Example
Text Example
White with #C0A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A2FF; }
p { color: rgb(192,162,255); }
H1.HeaderClassName
{
color: #C0A2FF;
}
.AnyTagClassName
{
color: #C0A2FF;
}
</style>
background-color css
<style>
a { background-color: #C0A2FF; }
a { background-color: rgb(192,162,255); }
div.DivClassName
{
background-color: #C0A2FF;
}
.BgClassName
{
background-color: #C0A2FF;
}
</style>
border-color css
<style>
span { border-color: #C0A2FF; }
span { border-color: rgb(192,162,255); }
td.TdClassName
{
border-color: #C0A2FF;
}
.TagClassName
{
border-color: #C0A2FF;
}
</style>