Shades of Perfume #C293FD
Tints of Perfume #C293FD
RGB
CMYK
RGB Variations
Color information
#C293FD (or 0xC293FD) is known color: Perfume. HEX triplet: C2, 93 and FD. RGB value is (194,147,253). Sum of RGB (Red+Green+Blue) = 194+147+253=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #C293FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C293FD is #3D6C02. Grayscale: #ACACAC. Windows color (decimal): -4025347 or 16618434. OLE color: 16618434.
HSL color Cylindrical-coordinate representation of color #C293FD: hue angle of 266.6º 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 #C293FD is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 147 | 253 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.01 |
| HSL | 266.6º | 0.96% | 0.78% | - |
| HSV(B) | 266.6º | 0.42% | 0.99% | - |
| XYZ | 50.41 | 39.43 | 97.88 | - |
| YUV | 173.14 | 173.07 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 253 | 0.23 | 0.42 | 0 | 0.01 | 266.6 | 0.96 | 0.78 |
| Hex | C2 | 93 | FD | 17 | 2A | 0 | 1 | 10B | 60 | 4E |
| Octal | 302 | 223 | 375 | 27 | 52 | 0 | 1 | 413 | 140 | 116 |
| Binary | 11000010 | 10010011 | 11111101 | 10111 | 101010 | 0 | 1 | 100001011 | 1100000 | 1001110 |
Color Harmonies of #C293FD
Complementary color
Monochromatic Colors of #C293FD
Black with #C293FD
Text Example
Text Example
White with #C293FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293FD; }
p { color: rgb(194,147,253); }
H1.HeaderClassName
{
color: #C293FD;
}
.AnyTagClassName
{
color: #C293FD;
}
</style>
background-color css
<style>
a { background-color: #C293FD; }
a { background-color: rgb(194,147,253); }
div.DivClassName
{
background-color: #C293FD;
}
.BgClassName
{
background-color: #C293FD;
}
</style>
border-color css
<style>
span { border-color: #C293FD; }
span { border-color: rgb(194,147,253); }
td.TdClassName
{
border-color: #C293FD;
}
.TagClassName
{
border-color: #C293FD;
}
</style>