Shades of Perfume #C7A4EA
Tints of Perfume #C7A4EA
RGB
CMYK
RGB Variations
Color information
#C7A4EA (or 0xC7A4EA) is known color: Perfume. HEX triplet: C7, A4 and EA. RGB value is (199,164,234). Sum of RGB (Red+Green+Blue) = 199+164+234=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A4EA is #385B15. Grayscale: #B6B6B6. Windows color (decimal): -3693334 or 15377607. OLE color: 15377607.
HSL color Cylindrical-coordinate representation of color #C7A4EA: hue angle of 270º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7A4EA is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 164 | 234 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.08 |
| HSL | 270º | 0.63% | 0.78% | - |
| HSV(B) | 270º | 0.3% | 0.92% | - |
| XYZ | 51.68 | 44.63 | 83.73 | - |
| YUV | 182.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 234 | 0.15 | 0.30 | 0 | 0.08 | 270 | 0.63 | 0.78 |
| Hex | C7 | A4 | EA | F | 1E | 0 | 8 | 10E | 3E | 4E |
| Octal | 307 | 244 | 352 | 17 | 36 | 0 | 10 | 416 | 76 | 116 |
| Binary | 11000111 | 10100100 | 11101010 | 1111 | 11110 | 0 | 1000 | 100001110 | 111110 | 1001110 |
Color Harmonies of #C7A4EA
Complementary color
Monochromatic Colors of #C7A4EA
Black with #C7A4EA
Text Example
Text Example
White with #C7A4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A4EA; }
p { color: rgb(199,164,234); }
H1.HeaderClassName
{
color: #C7A4EA;
}
.AnyTagClassName
{
color: #C7A4EA;
}
</style>
background-color css
<style>
a { background-color: #C7A4EA; }
a { background-color: rgb(199,164,234); }
div.DivClassName
{
background-color: #C7A4EA;
}
.BgClassName
{
background-color: #C7A4EA;
}
</style>
border-color css
<style>
span { border-color: #C7A4EA; }
span { border-color: rgb(199,164,234); }
td.TdClassName
{
border-color: #C7A4EA;
}
.TagClassName
{
border-color: #C7A4EA;
}
</style>