Shades of Perfume #C292FC
Tints of Perfume #C292FC
RGB
CMYK
RGB Variations
Color information
#C292FC (or 0xC292FC) is known color: Perfume. HEX triplet: C2, 92 and FC. RGB value is (194,146,252). Sum of RGB (Red+Green+Blue) = 194+146+252=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #C292FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C292FC is #3D6D03. Grayscale: #ACACAC. Windows color (decimal): -4025604 or 16552642. OLE color: 16552642.
HSL color Cylindrical-coordinate representation of color #C292FC: hue angle of 267.17º degrees, saturation: 0.95, 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 #C292FC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 146 | 252 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.01 |
| HSL | 267.17º | 0.95% | 0.78% | - |
| HSV(B) | 267.17º | 0.42% | 0.99% | - |
| XYZ | 50.1 | 39.06 | 96.99 | - |
| YUV | 172.44 | 172.9 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 252 | 0.23 | 0.42 | 0 | 0.01 | 267.17 | 0.95 | 0.78 |
| Hex | C2 | 92 | FC | 17 | 2A | 0 | 1 | 10B | 5F | 4E |
| Octal | 302 | 222 | 374 | 27 | 52 | 0 | 1 | 413 | 137 | 116 |
| Binary | 11000010 | 10010010 | 11111100 | 10111 | 101010 | 0 | 1 | 100001011 | 1011111 | 1001110 |
Color Harmonies of #C292FC
Complementary color
Monochromatic Colors of #C292FC
Black with #C292FC
Text Example
Text Example
White with #C292FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292FC; }
p { color: rgb(194,146,252); }
H1.HeaderClassName
{
color: #C292FC;
}
.AnyTagClassName
{
color: #C292FC;
}
</style>
background-color css
<style>
a { background-color: #C292FC; }
a { background-color: rgb(194,146,252); }
div.DivClassName
{
background-color: #C292FC;
}
.BgClassName
{
background-color: #C292FC;
}
</style>
border-color css
<style>
span { border-color: #C292FC; }
span { border-color: rgb(194,146,252); }
td.TdClassName
{
border-color: #C292FC;
}
.TagClassName
{
border-color: #C292FC;
}
</style>