Shades of Medium Orchid #C253F0
Tints of Medium Orchid #C253F0
RGB
CMYK
RGB Variations
Color information
#C253F0 (or 0xC253F0) is known color: Medium Orchid. HEX triplet: C2, 53 and F0. RGB value is (194,83,240). Sum of RGB (Red+Green+Blue) = 194+83+240=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #C253F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C253F0 is #3DAC0F. Grayscale: #858585. Windows color (decimal): -4041744 or 15750082. OLE color: 15750082.
HSL color Cylindrical-coordinate representation of color #C253F0: hue angle of 282.42º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C253F0 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 83 | 240 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.06 |
| HSL | 282.42º | 0.84% | 0.63% | - |
| HSV(B) | 282.42º | 0.65% | 0.94% | - |
| XYZ | 41.07 | 23.95 | 84.9 | - |
| YUV | 134.09 | 187.77 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 240 | 0.19 | 0.65 | 0 | 0.06 | 282.42 | 0.84 | 0.63 |
| Hex | C2 | 53 | F0 | 13 | 41 | 0 | 6 | 11A | 54 | 3F |
| Octal | 302 | 123 | 360 | 23 | 101 | 0 | 6 | 432 | 124 | 77 |
| Binary | 11000010 | 1010011 | 11110000 | 10011 | 1000001 | 0 | 110 | 100011010 | 1010100 | 111111 |
Color Harmonies of #C253F0
Complementary color
Monochromatic Colors of #C253F0
Black with #C253F0
Text Example
Text Example
White with #C253F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253F0; }
p { color: rgb(194,83,240); }
H1.HeaderClassName
{
color: #C253F0;
}
.AnyTagClassName
{
color: #C253F0;
}
</style>
background-color css
<style>
a { background-color: #C253F0; }
a { background-color: rgb(194,83,240); }
div.DivClassName
{
background-color: #C253F0;
}
.BgClassName
{
background-color: #C253F0;
}
</style>
border-color css
<style>
span { border-color: #C253F0; }
span { border-color: rgb(194,83,240); }
td.TdClassName
{
border-color: #C253F0;
}
.TagClassName
{
border-color: #C253F0;
}
</style>