Shades of Perfume #C2A0FE
Tints of Perfume #C2A0FE
RGB
CMYK
RGB Variations
Color information
#C2A0FE (or 0xC2A0FE) is known color: Perfume. HEX triplet: C2, A0 and FE. RGB value is (194,160,254). Sum of RGB (Red+Green+Blue) = 194+160+254=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A0FE is #3D5F01. Grayscale: #B4B4B4. Windows color (decimal): -4022018 or 16687298. OLE color: 16687298.
HSL color Cylindrical-coordinate representation of color #C2A0FE: hue angle of 261.7º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2A0FE is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 160 | 254 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.00 |
| HSL | 261.7º | 0.98% | 0.81% | - |
| HSV(B) | 261.7º | 0.37% | 1% | - |
| XYZ | 52.71 | 43.77 | 99.44 | - |
| YUV | 180.88 | 169.26 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 254 | 0.24 | 0.37 | 0 | 0.00 | 261.7 | 0.98 | 0.81 |
| Hex | C2 | A0 | FE | 18 | 25 | 0 | 0 | 106 | 62 | 51 |
| Octal | 302 | 240 | 376 | 30 | 45 | 0 | 0 | 406 | 142 | 121 |
| Binary | 11000010 | 10100000 | 11111110 | 11000 | 100101 | 0 | 0 | 100000110 | 1100010 | 1010001 |
Color Harmonies of #C2A0FE
Complementary color
Monochromatic Colors of #C2A0FE
Black with #C2A0FE
Text Example
Text Example
White with #C2A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A0FE; }
p { color: rgb(194,160,254); }
H1.HeaderClassName
{
color: #C2A0FE;
}
.AnyTagClassName
{
color: #C2A0FE;
}
</style>
background-color css
<style>
a { background-color: #C2A0FE; }
a { background-color: rgb(194,160,254); }
div.DivClassName
{
background-color: #C2A0FE;
}
.BgClassName
{
background-color: #C2A0FE;
}
</style>
border-color css
<style>
span { border-color: #C2A0FE; }
span { border-color: rgb(194,160,254); }
td.TdClassName
{
border-color: #C2A0FE;
}
.TagClassName
{
border-color: #C2A0FE;
}
</style>