Shades of Perfume #C4A5E4
Tints of Perfume #C4A5E4
RGB
CMYK
RGB Variations
Color information
#C4A5E4 (or 0xC4A5E4) is known color: Perfume. HEX triplet: C4, A5 and E4. RGB value is (196,165,228). Sum of RGB (Red+Green+Blue) = 196+165+228=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #C4A5E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A5E4 is #3B5A1B. Grayscale: #B5B5B5. Windows color (decimal): -3889692 or 14984644. OLE color: 14984644.
HSL color Cylindrical-coordinate representation of color #C4A5E4: hue angle of 269.52º 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 #C4A5E4 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 165 | 228 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.11 |
| HSL | 269.52º | 0.54% | 0.77% | - |
| HSV(B) | 269.52º | 0.28% | 0.89% | - |
| XYZ | 50.22 | 44.25 | 79.29 | - |
| YUV | 181.45 | 154.27 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 228 | 0.14 | 0.28 | 0 | 0.11 | 269.52 | 0.54 | 0.77 |
| Hex | C4 | A5 | E4 | E | 1C | 0 | B | 10E | 36 | 4D |
| Octal | 304 | 245 | 344 | 16 | 34 | 0 | 13 | 416 | 66 | 115 |
| Binary | 11000100 | 10100101 | 11100100 | 1110 | 11100 | 0 | 1011 | 100001110 | 110110 | 1001101 |
Color Harmonies of #C4A5E4
Complementary color
Monochromatic Colors of #C4A5E4
Black with #C4A5E4
Text Example
Text Example
White with #C4A5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A5E4; }
p { color: rgb(196,165,228); }
H1.HeaderClassName
{
color: #C4A5E4;
}
.AnyTagClassName
{
color: #C4A5E4;
}
</style>
background-color css
<style>
a { background-color: #C4A5E4; }
a { background-color: rgb(196,165,228); }
div.DivClassName
{
background-color: #C4A5E4;
}
.BgClassName
{
background-color: #C4A5E4;
}
</style>
border-color css
<style>
span { border-color: #C4A5E4; }
span { border-color: rgb(196,165,228); }
td.TdClassName
{
border-color: #C4A5E4;
}
.TagClassName
{
border-color: #C4A5E4;
}
</style>