Shades of Perfume #C2A4FE
Tints of Perfume #C2A4FE
RGB
CMYK
RGB Variations
Color information
#C2A4FE (or 0xC2A4FE) is known color: Perfume. HEX triplet: C2, A4 and FE. RGB value is (194,164,254). Sum of RGB (Red+Green+Blue) = 194+164+254=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A4FE is #3D5B01. Grayscale: #B6B6B6. Windows color (decimal): -4020994 or 16688322. OLE color: 16688322.
HSL color Cylindrical-coordinate representation of color #C2A4FE: hue angle of 260º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2A4FE is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 164 | 254 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.00 |
| HSL | 260º | 0.98% | 0.82% | - |
| HSV(B) | 260º | 0.35% | 1% | - |
| XYZ | 53.41 | 45.18 | 99.67 | - |
| YUV | 183.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 254 | 0.24 | 0.35 | 0 | 0.00 | 260 | 0.98 | 0.82 |
| Hex | C2 | A4 | FE | 18 | 23 | 0 | 0 | 104 | 62 | 52 |
| Octal | 302 | 244 | 376 | 30 | 43 | 0 | 0 | 404 | 142 | 122 |
| Binary | 11000010 | 10100100 | 11111110 | 11000 | 100011 | 0 | 0 | 100000100 | 1100010 | 1010010 |
Color Harmonies of #C2A4FE
Complementary color
Monochromatic Colors of #C2A4FE
Black with #C2A4FE
Text Example
Text Example
White with #C2A4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A4FE; }
p { color: rgb(194,164,254); }
H1.HeaderClassName
{
color: #C2A4FE;
}
.AnyTagClassName
{
color: #C2A4FE;
}
</style>
background-color css
<style>
a { background-color: #C2A4FE; }
a { background-color: rgb(194,164,254); }
div.DivClassName
{
background-color: #C2A4FE;
}
.BgClassName
{
background-color: #C2A4FE;
}
</style>
border-color css
<style>
span { border-color: #C2A4FE; }
span { border-color: rgb(194,164,254); }
td.TdClassName
{
border-color: #C2A4FE;
}
.TagClassName
{
border-color: #C2A4FE;
}
</style>