Shades of Perfume #C2A5E4
Tints of Perfume #C2A5E4
RGB
CMYK
RGB Variations
Color information
#C2A5E4 (or 0xC2A5E4) is known color: Perfume. HEX triplet: C2, A5 and E4. RGB value is (194,165,228). Sum of RGB (Red+Green+Blue) = 194+165+228=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #C2A5E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A5E4 is #3D5A1B. Grayscale: #B4B4B4. Windows color (decimal): -4020764 or 14984642. OLE color: 14984642.
HSL color Cylindrical-coordinate representation of color #C2A5E4: hue angle of 267.62º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2A5E4 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 165 | 228 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.11 |
| HSL | 267.62º | 0.54% | 0.77% | - |
| HSV(B) | 267.62º | 0.28% | 0.89% | - |
| XYZ | 49.71 | 43.98 | 79.27 | - |
| YUV | 180.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 228 | 0.15 | 0.28 | 0 | 0.11 | 267.62 | 0.54 | 0.77 |
| Hex | C2 | A5 | E4 | F | 1C | 0 | B | 10C | 36 | 4D |
| Octal | 302 | 245 | 344 | 17 | 34 | 0 | 13 | 414 | 66 | 115 |
| Binary | 11000010 | 10100101 | 11100100 | 1111 | 11100 | 0 | 1011 | 100001100 | 110110 | 1001101 |
Color Harmonies of #C2A5E4
Complementary color
Monochromatic Colors of #C2A5E4
Black with #C2A5E4
Text Example
Text Example
White with #C2A5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A5E4; }
p { color: rgb(194,165,228); }
H1.HeaderClassName
{
color: #C2A5E4;
}
.AnyTagClassName
{
color: #C2A5E4;
}
</style>
background-color css
<style>
a { background-color: #C2A5E4; }
a { background-color: rgb(194,165,228); }
div.DivClassName
{
background-color: #C2A5E4;
}
.BgClassName
{
background-color: #C2A5E4;
}
</style>
border-color css
<style>
span { border-color: #C2A5E4; }
span { border-color: rgb(194,165,228); }
td.TdClassName
{
border-color: #C2A5E4;
}
.TagClassName
{
border-color: #C2A5E4;
}
</style>