Shades of Perfume #C294FE
Tints of Perfume #C294FE
RGB
CMYK
RGB Variations
Color information
#C294FE (or 0xC294FE) is known color: Perfume. HEX triplet: C2, 94 and FE. RGB value is (194,148,254). Sum of RGB (Red+Green+Blue) = 194+148+254=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #C294FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C294FE is #3D6B01. Grayscale: #ADADAD. Windows color (decimal): -4025090 or 16684226. OLE color: 16684226.
HSL color Cylindrical-coordinate representation of color #C294FE: hue angle of 266.04º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C294FE is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 148 | 254 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.00 |
| HSL | 266.04º | 0.98% | 0.79% | - |
| HSV(B) | 266.04º | 0.42% | 1% | - |
| XYZ | 50.73 | 39.8 | 98.78 | - |
| YUV | 173.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 254 | 0.24 | 0.42 | 0 | 0.00 | 266.04 | 0.98 | 0.79 |
| Hex | C2 | 94 | FE | 18 | 2A | 0 | 0 | 10A | 62 | 4F |
| Octal | 302 | 224 | 376 | 30 | 52 | 0 | 0 | 412 | 142 | 117 |
| Binary | 11000010 | 10010100 | 11111110 | 11000 | 101010 | 0 | 0 | 100001010 | 1100010 | 1001111 |
Color Harmonies of #C294FE
Complementary color
Monochromatic Colors of #C294FE
Black with #C294FE
Text Example
Text Example
White with #C294FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C294FE; }
p { color: rgb(194,148,254); }
H1.HeaderClassName
{
color: #C294FE;
}
.AnyTagClassName
{
color: #C294FE;
}
</style>
background-color css
<style>
a { background-color: #C294FE; }
a { background-color: rgb(194,148,254); }
div.DivClassName
{
background-color: #C294FE;
}
.BgClassName
{
background-color: #C294FE;
}
</style>
border-color css
<style>
span { border-color: #C294FE; }
span { border-color: rgb(194,148,254); }
td.TdClassName
{
border-color: #C294FE;
}
.TagClassName
{
border-color: #C294FE;
}
</style>