Shades of Perfume #C2A8EA
Tints of Perfume #C2A8EA
RGB
CMYK
RGB Variations
Color information
#C2A8EA (or 0xC2A8EA) is known color: Perfume. HEX triplet: C2, A8 and EA. RGB value is (194,168,234). Sum of RGB (Red+Green+Blue) = 194+168+234=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2A8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A8EA is #3D5715. Grayscale: #B7B7B7. Windows color (decimal): -4019990 or 15378626. OLE color: 15378626.
HSL color Cylindrical-coordinate representation of color #C2A8EA: hue angle of 263.64º 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 #C2A8EA is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 168 | 234 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.08 |
| HSL | 263.64º | 0.61% | 0.79% | - |
| HSV(B) | 263.64º | 0.28% | 0.92% | - |
| XYZ | 51.1 | 45.42 | 83.91 | - |
| YUV | 183.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 234 | 0.17 | 0.28 | 0 | 0.08 | 263.64 | 0.61 | 0.79 |
| Hex | C2 | A8 | EA | 11 | 1C | 0 | 8 | 108 | 3D | 4F |
| Octal | 302 | 250 | 352 | 21 | 34 | 0 | 10 | 410 | 75 | 117 |
| Binary | 11000010 | 10101000 | 11101010 | 10001 | 11100 | 0 | 1000 | 100001000 | 111101 | 1001111 |
Color Harmonies of #C2A8EA
Complementary color
Monochromatic Colors of #C2A8EA
Black with #C2A8EA
Text Example
Text Example
White with #C2A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A8EA; }
p { color: rgb(194,168,234); }
H1.HeaderClassName
{
color: #C2A8EA;
}
.AnyTagClassName
{
color: #C2A8EA;
}
</style>
background-color css
<style>
a { background-color: #C2A8EA; }
a { background-color: rgb(194,168,234); }
div.DivClassName
{
background-color: #C2A8EA;
}
.BgClassName
{
background-color: #C2A8EA;
}
</style>
border-color css
<style>
span { border-color: #C2A8EA; }
span { border-color: rgb(194,168,234); }
td.TdClassName
{
border-color: #C2A8EA;
}
.TagClassName
{
border-color: #C2A8EA;
}
</style>