Shades of Medium Orchid #C253EB
Tints of Medium Orchid #C253EB
RGB
CMYK
RGB Variations
Color information
#C253EB (or 0xC253EB) is known color: Medium Orchid. HEX triplet: C2, 53 and EB. RGB value is (194,83,235). Sum of RGB (Red+Green+Blue) = 194+83+235=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #C253EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C253EB is #3DAC14. Grayscale: #858585. Windows color (decimal): -4041749 or 15422402. OLE color: 15422402.
HSL color Cylindrical-coordinate representation of color #C253EB: hue angle of 283.82º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C253EB is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 83 | 235 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.08 |
| HSL | 283.82º | 0.79% | 0.62% | - |
| HSV(B) | 283.82º | 0.65% | 0.92% | - |
| XYZ | 40.34 | 23.65 | 81.04 | - |
| YUV | 133.52 | 185.27 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 235 | 0.17 | 0.65 | 0 | 0.08 | 283.82 | 0.79 | 0.62 |
| Hex | C2 | 53 | EB | 11 | 41 | 0 | 8 | 11C | 4F | 3E |
| Octal | 302 | 123 | 353 | 21 | 101 | 0 | 10 | 434 | 117 | 76 |
| Binary | 11000010 | 1010011 | 11101011 | 10001 | 1000001 | 0 | 1000 | 100011100 | 1001111 | 111110 |
Color Harmonies of #C253EB
Complementary color
Monochromatic Colors of #C253EB
Black with #C253EB
Text Example
Text Example
White with #C253EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253EB; }
p { color: rgb(194,83,235); }
H1.HeaderClassName
{
color: #C253EB;
}
.AnyTagClassName
{
color: #C253EB;
}
</style>
background-color css
<style>
a { background-color: #C253EB; }
a { background-color: rgb(194,83,235); }
div.DivClassName
{
background-color: #C253EB;
}
.BgClassName
{
background-color: #C253EB;
}
</style>
border-color css
<style>
span { border-color: #C253EB; }
span { border-color: rgb(194,83,235); }
td.TdClassName
{
border-color: #C253EB;
}
.TagClassName
{
border-color: #C253EB;
}
</style>