Shades of Perfume #C2A2FA
Tints of Perfume #C2A2FA
RGB
CMYK
RGB Variations
Color information
#C2A2FA (or 0xC2A2FA) is known color: Perfume. HEX triplet: C2, A2 and FA. RGB value is (194,162,250). Sum of RGB (Red+Green+Blue) = 194+162+250=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A2FA is #3D5D05. Grayscale: #B5B5B5. Windows color (decimal): -4021510 or 16425666. OLE color: 16425666.
HSL color Cylindrical-coordinate representation of color #C2A2FA: hue angle of 261.82º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2A2FA is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 162 | 250 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.02 |
| HSL | 261.82º | 0.9% | 0.81% | - |
| HSV(B) | 261.82º | 0.35% | 0.98% | - |
| XYZ | 52.42 | 44.21 | 96.21 | - |
| YUV | 181.6 | 166.6 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 250 | 0.22 | 0.35 | 0 | 0.02 | 261.82 | 0.9 | 0.81 |
| Hex | C2 | A2 | FA | 16 | 23 | 0 | 2 | 106 | 5A | 51 |
| Octal | 302 | 242 | 372 | 26 | 43 | 0 | 2 | 406 | 132 | 121 |
| Binary | 11000010 | 10100010 | 11111010 | 10110 | 100011 | 0 | 10 | 100000110 | 1011010 | 1010001 |
Color Harmonies of #C2A2FA
Complementary color
Monochromatic Colors of #C2A2FA
Black with #C2A2FA
Text Example
Text Example
White with #C2A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A2FA; }
p { color: rgb(194,162,250); }
H1.HeaderClassName
{
color: #C2A2FA;
}
.AnyTagClassName
{
color: #C2A2FA;
}
</style>
background-color css
<style>
a { background-color: #C2A2FA; }
a { background-color: rgb(194,162,250); }
div.DivClassName
{
background-color: #C2A2FA;
}
.BgClassName
{
background-color: #C2A2FA;
}
</style>
border-color css
<style>
span { border-color: #C2A2FA; }
span { border-color: rgb(194,162,250); }
td.TdClassName
{
border-color: #C2A2FA;
}
.TagClassName
{
border-color: #C2A2FA;
}
</style>