Shades of Perfume #C3A2FE
Tints of Perfume #C3A2FE
RGB
CMYK
RGB Variations
Color information
#C3A2FE (or 0xC3A2FE) is known color: Perfume. HEX triplet: C3, A2 and FE. RGB value is (195,162,254). Sum of RGB (Red+Green+Blue) = 195+162+254=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A2FE is #3C5D01. Grayscale: #B6B6B6. Windows color (decimal): -3955970 or 16687811. OLE color: 16687811.
HSL color Cylindrical-coordinate representation of color #C3A2FE: hue angle of 261.52º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3A2FE is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 162 | 254 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.00 |
| HSL | 261.52º | 0.98% | 0.82% | - |
| HSV(B) | 261.52º | 0.36% | 1% | - |
| XYZ | 53.32 | 44.6 | 99.56 | - |
| YUV | 182.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 254 | 0.23 | 0.36 | 0 | 0.00 | 261.52 | 0.98 | 0.82 |
| Hex | C3 | A2 | FE | 17 | 24 | 0 | 0 | 106 | 62 | 52 |
| Octal | 303 | 242 | 376 | 27 | 44 | 0 | 0 | 406 | 142 | 122 |
| Binary | 11000011 | 10100010 | 11111110 | 10111 | 100100 | 0 | 0 | 100000110 | 1100010 | 1010010 |
Color Harmonies of #C3A2FE
Complementary color
Monochromatic Colors of #C3A2FE
Black with #C3A2FE
Text Example
Text Example
White with #C3A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A2FE; }
p { color: rgb(195,162,254); }
H1.HeaderClassName
{
color: #C3A2FE;
}
.AnyTagClassName
{
color: #C3A2FE;
}
</style>
background-color css
<style>
a { background-color: #C3A2FE; }
a { background-color: rgb(195,162,254); }
div.DivClassName
{
background-color: #C3A2FE;
}
.BgClassName
{
background-color: #C3A2FE;
}
</style>
border-color css
<style>
span { border-color: #C3A2FE; }
span { border-color: rgb(195,162,254); }
td.TdClassName
{
border-color: #C3A2FE;
}
.TagClassName
{
border-color: #C3A2FE;
}
</style>