Shades of Perfume #C2A3FF
Tints of Perfume #C2A3FF
RGB
CMYK
RGB Variations
Color information
#C2A3FF (or 0xC2A3FF) is known color: Perfume. HEX triplet: C2, A3 and FF. RGB value is (194,163,255). Sum of RGB (Red+Green+Blue) = 194+163+255=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2A3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A3FF is #3D5C00. Grayscale: #B6B6B6. Windows color (decimal): -4021249 or 16753602. OLE color: 16753602.
HSL color Cylindrical-coordinate representation of color #C2A3FF: hue angle of 260.22º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2A3FF is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 163 | 255 | - |
| CMYK | 0.24 | 0.36 | 0 | 0 |
| HSL | 260.22º | 1% | 0.82% | - |
| HSV(B) | 260.22º | 0.36% | 1% | - |
| XYZ | 53.4 | 44.88 | 100.46 | - |
| YUV | 182.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 255 | 0.24 | 0.36 | 0 | 0 | 260.22 | 1 | 0.82 |
| Hex | C2 | A3 | FF | 18 | 24 | 0 | 0 | 104 | 64 | 52 |
| Octal | 302 | 243 | 377 | 30 | 44 | 0 | 0 | 404 | 144 | 122 |
| Binary | 11000010 | 10100011 | 11111111 | 11000 | 100100 | 0 | 0 | 100000100 | 1100100 | 1010010 |
Color Harmonies of #C2A3FF
Complementary color
Monochromatic Colors of #C2A3FF
Black with #C2A3FF
Text Example
Text Example
White with #C2A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A3FF; }
p { color: rgb(194,163,255); }
H1.HeaderClassName
{
color: #C2A3FF;
}
.AnyTagClassName
{
color: #C2A3FF;
}
</style>
background-color css
<style>
a { background-color: #C2A3FF; }
a { background-color: rgb(194,163,255); }
div.DivClassName
{
background-color: #C2A3FF;
}
.BgClassName
{
background-color: #C2A3FF;
}
</style>
border-color css
<style>
span { border-color: #C2A3FF; }
span { border-color: rgb(194,163,255); }
td.TdClassName
{
border-color: #C2A3FF;
}
.TagClassName
{
border-color: #C2A3FF;
}
</style>