Shades of Medium Orchid #C254F3
Tints of Medium Orchid #C254F3
RGB
CMYK
RGB Variations
Color information
#C254F3 (or 0xC254F3) is known color: Medium Orchid. HEX triplet: C2, 54 and F3. RGB value is (194,84,243). Sum of RGB (Red+Green+Blue) = 194+84+243=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #C254F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C254F3 is #3DAB0C. Grayscale: #868686. Windows color (decimal): -4041485 or 15946946. OLE color: 15946946.
HSL color Cylindrical-coordinate representation of color #C254F3: hue angle of 281.51º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C254F3 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 84 | 243 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.05 |
| HSL | 281.51º | 0.87% | 0.64% | - |
| HSV(B) | 281.51º | 0.65% | 0.95% | - |
| XYZ | 41.6 | 24.28 | 87.29 | - |
| YUV | 135.02 | 188.94 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 243 | 0.20 | 0.65 | 0 | 0.05 | 281.51 | 0.87 | 0.64 |
| Hex | C2 | 54 | F3 | 14 | 41 | 0 | 5 | 11A | 57 | 40 |
| Octal | 302 | 124 | 363 | 24 | 101 | 0 | 5 | 432 | 127 | 100 |
| Binary | 11000010 | 1010100 | 11110011 | 10100 | 1000001 | 0 | 101 | 100011010 | 1010111 | 1000000 |
Color Harmonies of #C254F3
Complementary color
Monochromatic Colors of #C254F3
Black with #C254F3
Text Example
Text Example
White with #C254F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C254F3; }
p { color: rgb(194,84,243); }
H1.HeaderClassName
{
color: #C254F3;
}
.AnyTagClassName
{
color: #C254F3;
}
</style>
background-color css
<style>
a { background-color: #C254F3; }
a { background-color: rgb(194,84,243); }
div.DivClassName
{
background-color: #C254F3;
}
.BgClassName
{
background-color: #C254F3;
}
</style>
border-color css
<style>
span { border-color: #C254F3; }
span { border-color: rgb(194,84,243); }
td.TdClassName
{
border-color: #C254F3;
}
.TagClassName
{
border-color: #C254F3;
}
</style>