Shades of Perfume #C292FD
Tints of Perfume #C292FD
RGB
CMYK
RGB Variations
Color information
#C292FD (or 0xC292FD) is known color: Perfume. HEX triplet: C2, 92 and FD. RGB value is (194,146,253). Sum of RGB (Red+Green+Blue) = 194+146+253=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #C292FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C292FD is #3D6D02. Grayscale: #ACACAC. Windows color (decimal): -4025603 or 16618178. OLE color: 16618178.
HSL color Cylindrical-coordinate representation of color #C292FD: hue angle of 266.92º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C292FD is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 146 | 253 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.01 |
| HSL | 266.92º | 0.96% | 0.78% | - |
| HSV(B) | 266.92º | 0.42% | 0.99% | - |
| XYZ | 50.26 | 39.12 | 97.83 | - |
| YUV | 172.55 | 173.4 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 253 | 0.23 | 0.42 | 0 | 0.01 | 266.92 | 0.96 | 0.78 |
| Hex | C2 | 92 | FD | 17 | 2A | 0 | 1 | 10B | 60 | 4E |
| Octal | 302 | 222 | 375 | 27 | 52 | 0 | 1 | 413 | 140 | 116 |
| Binary | 11000010 | 10010010 | 11111101 | 10111 | 101010 | 0 | 1 | 100001011 | 1100000 | 1001110 |
Color Harmonies of #C292FD
Complementary color
Monochromatic Colors of #C292FD
Black with #C292FD
Text Example
Text Example
White with #C292FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292FD; }
p { color: rgb(194,146,253); }
H1.HeaderClassName
{
color: #C292FD;
}
.AnyTagClassName
{
color: #C292FD;
}
</style>
background-color css
<style>
a { background-color: #C292FD; }
a { background-color: rgb(194,146,253); }
div.DivClassName
{
background-color: #C292FD;
}
.BgClassName
{
background-color: #C292FD;
}
</style>
border-color css
<style>
span { border-color: #C292FD; }
span { border-color: rgb(194,146,253); }
td.TdClassName
{
border-color: #C292FD;
}
.TagClassName
{
border-color: #C292FD;
}
</style>