Shades of Perfume #C4A8E4
Tints of Perfume #C4A8E4
RGB
CMYK
RGB Variations
Color information
#C4A8E4 (or 0xC4A8E4) is known color: Perfume. HEX triplet: C4, A8 and E4. RGB value is (196,168,228). Sum of RGB (Red+Green+Blue) = 196+168+228=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #C4A8E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A8E4 is #3B571B. Grayscale: #B7B7B7. Windows color (decimal): -3888924 or 14985412. OLE color: 14985412.
HSL color Cylindrical-coordinate representation of color #C4A8E4: hue angle of 268º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4A8E4 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 168 | 228 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.11 |
| HSL | 268º | 0.53% | 0.78% | - |
| HSV(B) | 268º | 0.26% | 0.89% | - |
| XYZ | 50.77 | 45.34 | 79.47 | - |
| YUV | 183.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 228 | 0.14 | 0.26 | 0 | 0.11 | 268 | 0.53 | 0.78 |
| Hex | C4 | A8 | E4 | E | 1A | 0 | B | 10C | 35 | 4E |
| Octal | 304 | 250 | 344 | 16 | 32 | 0 | 13 | 414 | 65 | 116 |
| Binary | 11000100 | 10101000 | 11100100 | 1110 | 11010 | 0 | 1011 | 100001100 | 110101 | 1001110 |
Color Harmonies of #C4A8E4
Complementary color
Monochromatic Colors of #C4A8E4
Black with #C4A8E4
Text Example
Text Example
White with #C4A8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A8E4; }
p { color: rgb(196,168,228); }
H1.HeaderClassName
{
color: #C4A8E4;
}
.AnyTagClassName
{
color: #C4A8E4;
}
</style>
background-color css
<style>
a { background-color: #C4A8E4; }
a { background-color: rgb(196,168,228); }
div.DivClassName
{
background-color: #C4A8E4;
}
.BgClassName
{
background-color: #C4A8E4;
}
</style>
border-color css
<style>
span { border-color: #C4A8E4; }
span { border-color: rgb(196,168,228); }
td.TdClassName
{
border-color: #C4A8E4;
}
.TagClassName
{
border-color: #C4A8E4;
}
</style>