Shades of Medium Orchid #C253EF
Tints of Medium Orchid #C253EF
RGB
CMYK
RGB Variations
Color information
#C253EF (or 0xC253EF) is known color: Medium Orchid. HEX triplet: C2, 53 and EF. RGB value is (194,83,239). Sum of RGB (Red+Green+Blue) = 194+83+239=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #C253EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C253EF is #3DAC10. Grayscale: #858585. Windows color (decimal): -4041745 or 15684546. OLE color: 15684546.
HSL color Cylindrical-coordinate representation of color #C253EF: hue angle of 282.69º degrees, saturation: 0.83, 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 #C253EF is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 83 | 239 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.06 |
| HSL | 282.69º | 0.83% | 0.63% | - |
| HSV(B) | 282.69º | 0.65% | 0.94% | - |
| XYZ | 40.92 | 23.89 | 84.12 | - |
| YUV | 133.97 | 187.27 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 239 | 0.19 | 0.65 | 0 | 0.06 | 282.69 | 0.83 | 0.63 |
| Hex | C2 | 53 | EF | 13 | 41 | 0 | 6 | 11B | 53 | 3F |
| Octal | 302 | 123 | 357 | 23 | 101 | 0 | 6 | 433 | 123 | 77 |
| Binary | 11000010 | 1010011 | 11101111 | 10011 | 1000001 | 0 | 110 | 100011011 | 1010011 | 111111 |
Color Harmonies of #C253EF
Complementary color
Monochromatic Colors of #C253EF
Black with #C253EF
Text Example
Text Example
White with #C253EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253EF; }
p { color: rgb(194,83,239); }
H1.HeaderClassName
{
color: #C253EF;
}
.AnyTagClassName
{
color: #C253EF;
}
</style>
background-color css
<style>
a { background-color: #C253EF; }
a { background-color: rgb(194,83,239); }
div.DivClassName
{
background-color: #C253EF;
}
.BgClassName
{
background-color: #C253EF;
}
</style>
border-color css
<style>
span { border-color: #C253EF; }
span { border-color: rgb(194,83,239); }
td.TdClassName
{
border-color: #C253EF;
}
.TagClassName
{
border-color: #C253EF;
}
</style>