Shades of Perfume #C2A0FF
Tints of Perfume #C2A0FF
RGB
CMYK
RGB Variations
Color information
#C2A0FF (or 0xC2A0FF) is known color: Perfume. HEX triplet: C2, A0 and FF. RGB value is (194,160,255). Sum of RGB (Red+Green+Blue) = 194+160+255=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 160 (62.89% from 255 or 26.27% 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 #C2A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A0FF is #3D5F00. Grayscale: #B4B4B4. Windows color (decimal): -4022017 or 16752834. OLE color: 16752834.
HSL color Cylindrical-coordinate representation of color #C2A0FF: hue angle of 261.47º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2A0FF is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 160 | 255 | - |
| CMYK | 0.24 | 0.37 | 0 | 0 |
| HSL | 261.47º | 1% | 0.81% | - |
| HSV(B) | 261.47º | 0.37% | 1% | - |
| XYZ | 52.87 | 43.83 | 100.28 | - |
| YUV | 181 | 169.76 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 255 | 0.24 | 0.37 | 0 | 0 | 261.47 | 1 | 0.81 |
| Hex | C2 | A0 | FF | 18 | 25 | 0 | 0 | 105 | 64 | 51 |
| Octal | 302 | 240 | 377 | 30 | 45 | 0 | 0 | 405 | 144 | 121 |
| Binary | 11000010 | 10100000 | 11111111 | 11000 | 100101 | 0 | 0 | 100000101 | 1100100 | 1010001 |
Color Harmonies of #C2A0FF
Complementary color
Monochromatic Colors of #C2A0FF
Black with #C2A0FF
Text Example
Text Example
White with #C2A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A0FF; }
p { color: rgb(194,160,255); }
H1.HeaderClassName
{
color: #C2A0FF;
}
.AnyTagClassName
{
color: #C2A0FF;
}
</style>
background-color css
<style>
a { background-color: #C2A0FF; }
a { background-color: rgb(194,160,255); }
div.DivClassName
{
background-color: #C2A0FF;
}
.BgClassName
{
background-color: #C2A0FF;
}
</style>
border-color css
<style>
span { border-color: #C2A0FF; }
span { border-color: rgb(194,160,255); }
td.TdClassName
{
border-color: #C2A0FF;
}
.TagClassName
{
border-color: #C2A0FF;
}
</style>