Shades of Perfume #C3A8EA
Tints of Perfume #C3A8EA
RGB
CMYK
RGB Variations
Color information
#C3A8EA (or 0xC3A8EA) is known color: Perfume. HEX triplet: C3, A8 and EA. RGB value is (195,168,234). Sum of RGB (Red+Green+Blue) = 195+168+234=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 168 (66.02% from 255 or 28.14% 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 #C3A8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A8EA is #3C5715. Grayscale: #B7B7B7. Windows color (decimal): -3954454 or 15378627. OLE color: 15378627.
HSL color Cylindrical-coordinate representation of color #C3A8EA: hue angle of 264.55º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3A8EA is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 168 | 234 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.08 |
| HSL | 264.55º | 0.61% | 0.79% | - |
| HSV(B) | 264.55º | 0.28% | 0.92% | - |
| XYZ | 51.36 | 45.55 | 83.93 | - |
| YUV | 183.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 234 | 0.17 | 0.28 | 0 | 0.08 | 264.55 | 0.61 | 0.79 |
| Hex | C3 | A8 | EA | 11 | 1C | 0 | 8 | 109 | 3D | 4F |
| Octal | 303 | 250 | 352 | 21 | 34 | 0 | 10 | 411 | 75 | 117 |
| Binary | 11000011 | 10101000 | 11101010 | 10001 | 11100 | 0 | 1000 | 100001001 | 111101 | 1001111 |
Color Harmonies of #C3A8EA
Complementary color
Monochromatic Colors of #C3A8EA
Black with #C3A8EA
Text Example
Text Example
White with #C3A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A8EA; }
p { color: rgb(195,168,234); }
H1.HeaderClassName
{
color: #C3A8EA;
}
.AnyTagClassName
{
color: #C3A8EA;
}
</style>
background-color css
<style>
a { background-color: #C3A8EA; }
a { background-color: rgb(195,168,234); }
div.DivClassName
{
background-color: #C3A8EA;
}
.BgClassName
{
background-color: #C3A8EA;
}
</style>
border-color css
<style>
span { border-color: #C3A8EA; }
span { border-color: rgb(195,168,234); }
td.TdClassName
{
border-color: #C3A8EA;
}
.TagClassName
{
border-color: #C3A8EA;
}
</style>