Shades of Perfume #C3A3EE
Tints of Perfume #C3A3EE
RGB
CMYK
RGB Variations
Color information
#C3A3EE (or 0xC3A3EE) is known color: Perfume. HEX triplet: C3, A3 and EE. RGB value is (195,163,238). Sum of RGB (Red+Green+Blue) = 195+163+238=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 163 (64.06% from 255 or 27.35% 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 #C3A3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A3EE is #3C5C11. Grayscale: #B4B4B4. Windows color (decimal): -3955730 or 15639491. OLE color: 15639491.
HSL color Cylindrical-coordinate representation of color #C3A3EE: hue angle of 265.6º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3A3EE is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 163 | 238 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.07 |
| HSL | 265.6º | 0.69% | 0.79% | - |
| HSV(B) | 265.6º | 0.32% | 0.93% | - |
| XYZ | 51.04 | 43.97 | 86.69 | - |
| YUV | 181.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 238 | 0.18 | 0.32 | 0 | 0.07 | 265.6 | 0.69 | 0.79 |
| Hex | C3 | A3 | EE | 12 | 20 | 0 | 7 | 10A | 45 | 4F |
| Octal | 303 | 243 | 356 | 22 | 40 | 0 | 7 | 412 | 105 | 117 |
| Binary | 11000011 | 10100011 | 11101110 | 10010 | 100000 | 0 | 111 | 100001010 | 1000101 | 1001111 |
Color Harmonies of #C3A3EE
Complementary color
Monochromatic Colors of #C3A3EE
Black with #C3A3EE
Text Example
Text Example
White with #C3A3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A3EE; }
p { color: rgb(195,163,238); }
H1.HeaderClassName
{
color: #C3A3EE;
}
.AnyTagClassName
{
color: #C3A3EE;
}
</style>
background-color css
<style>
a { background-color: #C3A3EE; }
a { background-color: rgb(195,163,238); }
div.DivClassName
{
background-color: #C3A3EE;
}
.BgClassName
{
background-color: #C3A3EE;
}
</style>
border-color css
<style>
span { border-color: #C3A3EE; }
span { border-color: rgb(195,163,238); }
td.TdClassName
{
border-color: #C3A3EE;
}
.TagClassName
{
border-color: #C3A3EE;
}
</style>