Shades of Perfume #C295F3
Tints of Perfume #C295F3
RGB
CMYK
RGB Variations
Color information
#C295F3 (or 0xC295F3) is known color: Perfume. HEX triplet: C2, 95 and F3. RGB value is (194,149,243). Sum of RGB (Red+Green+Blue) = 194+149+243=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #C295F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C295F3 is #3D6A0C. Grayscale: #ACACAC. Windows color (decimal): -4024845 or 15963586. OLE color: 15963586.
HSL color Cylindrical-coordinate representation of color #C295F3: hue angle of 268.72º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C295F3 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 149 | 243 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.05 |
| HSL | 268.72º | 0.8% | 0.77% | - |
| HSV(B) | 268.72º | 0.39% | 0.95% | - |
| XYZ | 49.17 | 39.44 | 89.81 | - |
| YUV | 173.17 | 167.41 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 243 | 0.20 | 0.39 | 0 | 0.05 | 268.72 | 0.8 | 0.77 |
| Hex | C2 | 95 | F3 | 14 | 27 | 0 | 5 | 10D | 50 | 4D |
| Octal | 302 | 225 | 363 | 24 | 47 | 0 | 5 | 415 | 120 | 115 |
| Binary | 11000010 | 10010101 | 11110011 | 10100 | 100111 | 0 | 101 | 100001101 | 1010000 | 1001101 |
Color Harmonies of #C295F3
Complementary color
Monochromatic Colors of #C295F3
Black with #C295F3
Text Example
Text Example
White with #C295F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C295F3; }
p { color: rgb(194,149,243); }
H1.HeaderClassName
{
color: #C295F3;
}
.AnyTagClassName
{
color: #C295F3;
}
</style>
background-color css
<style>
a { background-color: #C295F3; }
a { background-color: rgb(194,149,243); }
div.DivClassName
{
background-color: #C295F3;
}
.BgClassName
{
background-color: #C295F3;
}
</style>
border-color css
<style>
span { border-color: #C295F3; }
span { border-color: rgb(194,149,243); }
td.TdClassName
{
border-color: #C295F3;
}
.TagClassName
{
border-color: #C295F3;
}
</style>