Shades of Perfume #C2A1FF
Tints of Perfume #C2A1FF
RGB
CMYK
RGB Variations
Color information
#C2A1FF (or 0xC2A1FF) is known color: Perfume. HEX triplet: C2, A1 and FF. RGB value is (194,161,255). Sum of RGB (Red+Green+Blue) = 194+161+255=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A1FF is #3D5E00. Grayscale: #B5B5B5. Windows color (decimal): -4021761 or 16753090. OLE color: 16753090.
HSL color Cylindrical-coordinate representation of color #C2A1FF: hue angle of 261.06º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2A1FF is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 161 | 255 | - |
| CMYK | 0.24 | 0.37 | 0 | 0 |
| HSL | 261.06º | 1% | 0.82% | - |
| HSV(B) | 261.06º | 0.37% | 1% | - |
| XYZ | 53.04 | 44.18 | 100.34 | - |
| YUV | 181.58 | 169.43 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 255 | 0.24 | 0.37 | 0 | 0 | 261.06 | 1 | 0.82 |
| Hex | C2 | A1 | FF | 18 | 25 | 0 | 0 | 105 | 64 | 52 |
| Octal | 302 | 241 | 377 | 30 | 45 | 0 | 0 | 405 | 144 | 122 |
| Binary | 11000010 | 10100001 | 11111111 | 11000 | 100101 | 0 | 0 | 100000101 | 1100100 | 1010010 |
Color Harmonies of #C2A1FF
Complementary color
Monochromatic Colors of #C2A1FF
Black with #C2A1FF
Text Example
Text Example
White with #C2A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A1FF; }
p { color: rgb(194,161,255); }
H1.HeaderClassName
{
color: #C2A1FF;
}
.AnyTagClassName
{
color: #C2A1FF;
}
</style>
background-color css
<style>
a { background-color: #C2A1FF; }
a { background-color: rgb(194,161,255); }
div.DivClassName
{
background-color: #C2A1FF;
}
.BgClassName
{
background-color: #C2A1FF;
}
</style>
border-color css
<style>
span { border-color: #C2A1FF; }
span { border-color: rgb(194,161,255); }
td.TdClassName
{
border-color: #C2A1FF;
}
.TagClassName
{
border-color: #C2A1FF;
}
</style>