Shades of Perfume #C2A4F9
Tints of Perfume #C2A4F9
RGB
CMYK
RGB Variations
Color information
#C2A4F9 (or 0xC2A4F9) is known color: Perfume. HEX triplet: C2, A4 and F9. RGB value is (194,164,249). Sum of RGB (Red+Green+Blue) = 194+164+249=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #C2A4F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A4F9 is #3D5B06. Grayscale: #B6B6B6. Windows color (decimal): -4020999 or 16360642. OLE color: 16360642.
HSL color Cylindrical-coordinate representation of color #C2A4F9: hue angle of 261.18º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2A4F9 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 164 | 249 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.02 |
| HSL | 261.18º | 0.88% | 0.81% | - |
| HSV(B) | 261.18º | 0.34% | 0.98% | - |
| XYZ | 52.62 | 44.86 | 95.51 | - |
| YUV | 182.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 249 | 0.22 | 0.34 | 0 | 0.02 | 261.18 | 0.88 | 0.81 |
| Hex | C2 | A4 | F9 | 16 | 22 | 0 | 2 | 105 | 58 | 51 |
| Octal | 302 | 244 | 371 | 26 | 42 | 0 | 2 | 405 | 130 | 121 |
| Binary | 11000010 | 10100100 | 11111001 | 10110 | 100010 | 0 | 10 | 100000101 | 1011000 | 1010001 |
Color Harmonies of #C2A4F9
Complementary color
Monochromatic Colors of #C2A4F9
Black with #C2A4F9
Text Example
Text Example
White with #C2A4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A4F9; }
p { color: rgb(194,164,249); }
H1.HeaderClassName
{
color: #C2A4F9;
}
.AnyTagClassName
{
color: #C2A4F9;
}
</style>
background-color css
<style>
a { background-color: #C2A4F9; }
a { background-color: rgb(194,164,249); }
div.DivClassName
{
background-color: #C2A4F9;
}
.BgClassName
{
background-color: #C2A4F9;
}
</style>
border-color css
<style>
span { border-color: #C2A4F9; }
span { border-color: rgb(194,164,249); }
td.TdClassName
{
border-color: #C2A4F9;
}
.TagClassName
{
border-color: #C2A4F9;
}
</style>