Shades of Perfume #C2A4EE
Tints of Perfume #C2A4EE
RGB
CMYK
RGB Variations
Color information
#C2A4EE (or 0xC2A4EE) is known color: Perfume. HEX triplet: C2, A4 and EE. RGB value is (194,164,238). Sum of RGB (Red+Green+Blue) = 194+164+238=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2A4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A4EE is #3D5B11. Grayscale: #B5B5B5. Windows color (decimal): -4021010 or 15639746. OLE color: 15639746.
HSL color Cylindrical-coordinate representation of color #C2A4EE: hue angle of 264.32º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2A4EE is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 164 | 238 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.07 |
| HSL | 264.32º | 0.69% | 0.79% | - |
| HSV(B) | 264.32º | 0.31% | 0.93% | - |
| XYZ | 50.96 | 44.19 | 86.73 | - |
| YUV | 181.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 238 | 0.18 | 0.31 | 0 | 0.07 | 264.32 | 0.69 | 0.79 |
| Hex | C2 | A4 | EE | 12 | 1F | 0 | 7 | 108 | 45 | 4F |
| Octal | 302 | 244 | 356 | 22 | 37 | 0 | 7 | 410 | 105 | 117 |
| Binary | 11000010 | 10100100 | 11101110 | 10010 | 11111 | 0 | 111 | 100001000 | 1000101 | 1001111 |
Color Harmonies of #C2A4EE
Complementary color
Monochromatic Colors of #C2A4EE
Black with #C2A4EE
Text Example
Text Example
White with #C2A4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A4EE; }
p { color: rgb(194,164,238); }
H1.HeaderClassName
{
color: #C2A4EE;
}
.AnyTagClassName
{
color: #C2A4EE;
}
</style>
background-color css
<style>
a { background-color: #C2A4EE; }
a { background-color: rgb(194,164,238); }
div.DivClassName
{
background-color: #C2A4EE;
}
.BgClassName
{
background-color: #C2A4EE;
}
</style>
border-color css
<style>
span { border-color: #C2A4EE; }
span { border-color: rgb(194,164,238); }
td.TdClassName
{
border-color: #C2A4EE;
}
.TagClassName
{
border-color: #C2A4EE;
}
</style>