Shades of Perfume #C2A2F2
Tints of Perfume #C2A2F2
RGB
CMYK
RGB Variations
Color information
#C2A2F2 (or 0xC2A2F2) is known color: Perfume. HEX triplet: C2, A2 and F2. RGB value is (194,162,242). Sum of RGB (Red+Green+Blue) = 194+162+242=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #C2A2F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A2F2 is #3D5D0D. Grayscale: #B4B4B4. Windows color (decimal): -4021518 or 15901378. OLE color: 15901378.
HSL color Cylindrical-coordinate representation of color #C2A2F2: hue angle of 264º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2A2F2 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 162 | 242 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.05 |
| HSL | 264º | 0.75% | 0.79% | - |
| HSV(B) | 264º | 0.33% | 0.95% | - |
| XYZ | 51.2 | 43.72 | 89.75 | - |
| YUV | 180.69 | 162.6 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 242 | 0.20 | 0.33 | 0 | 0.05 | 264 | 0.75 | 0.79 |
| Hex | C2 | A2 | F2 | 14 | 21 | 0 | 5 | 108 | 4B | 4F |
| Octal | 302 | 242 | 362 | 24 | 41 | 0 | 5 | 410 | 113 | 117 |
| Binary | 11000010 | 10100010 | 11110010 | 10100 | 100001 | 0 | 101 | 100001000 | 1001011 | 1001111 |
Color Harmonies of #C2A2F2
Complementary color
Monochromatic Colors of #C2A2F2
Black with #C2A2F2
Text Example
Text Example
White with #C2A2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A2F2; }
p { color: rgb(194,162,242); }
H1.HeaderClassName
{
color: #C2A2F2;
}
.AnyTagClassName
{
color: #C2A2F2;
}
</style>
background-color css
<style>
a { background-color: #C2A2F2; }
a { background-color: rgb(194,162,242); }
div.DivClassName
{
background-color: #C2A2F2;
}
.BgClassName
{
background-color: #C2A2F2;
}
</style>
border-color css
<style>
span { border-color: #C2A2F2; }
span { border-color: rgb(194,162,242); }
td.TdClassName
{
border-color: #C2A2F2;
}
.TagClassName
{
border-color: #C2A2F2;
}
</style>