Shades of Perfume #C4A7E6
Tints of Perfume #C4A7E6
RGB
CMYK
RGB Variations
Color information
#C4A7E6 (or 0xC4A7E6) is known color: Perfume. HEX triplet: C4, A7 and E6. RGB value is (196,167,230). Sum of RGB (Red+Green+Blue) = 196+167+230=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4A7E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A7E6 is #3B5819. Grayscale: #B6B6B6. Windows color (decimal): -3889178 or 15116228. OLE color: 15116228.
HSL color Cylindrical-coordinate representation of color #C4A7E6: hue angle of 267.62º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4A7E6 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 167 | 230 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.10 |
| HSL | 267.62º | 0.56% | 0.78% | - |
| HSV(B) | 267.62º | 0.27% | 0.9% | - |
| XYZ | 50.87 | 45.09 | 80.88 | - |
| YUV | 182.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 167 | 230 | 0.15 | 0.27 | 0 | 0.10 | 267.62 | 0.56 | 0.78 |
| Hex | C4 | A7 | E6 | F | 1B | 0 | A | 10C | 38 | 4E |
| Octal | 304 | 247 | 346 | 17 | 33 | 0 | 12 | 414 | 70 | 116 |
| Binary | 11000100 | 10100111 | 11100110 | 1111 | 11011 | 0 | 1010 | 100001100 | 111000 | 1001110 |
Color Harmonies of #C4A7E6
Complementary color
Monochromatic Colors of #C4A7E6
Black with #C4A7E6
Text Example
Text Example
White with #C4A7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A7E6; }
p { color: rgb(196,167,230); }
H1.HeaderClassName
{
color: #C4A7E6;
}
.AnyTagClassName
{
color: #C4A7E6;
}
</style>
background-color css
<style>
a { background-color: #C4A7E6; }
a { background-color: rgb(196,167,230); }
div.DivClassName
{
background-color: #C4A7E6;
}
.BgClassName
{
background-color: #C4A7E6;
}
</style>
border-color css
<style>
span { border-color: #C4A7E6; }
span { border-color: rgb(196,167,230); }
td.TdClassName
{
border-color: #C4A7E6;
}
.TagClassName
{
border-color: #C4A7E6;
}
</style>