Shades of Medium Orchid #C253D8
Tints of Medium Orchid #C253D8
RGB
CMYK
RGB Variations
Color information
#C253D8 (or 0xC253D8) is known color: Medium Orchid. HEX triplet: C2, 53 and D8. RGB value is (194,83,216). Sum of RGB (Red+Green+Blue) = 194+83+216=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #C253D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253D8 is #3DAC27. Grayscale: #828282. Windows color (decimal): -4041768 or 14177218. OLE color: 14177218.
HSL color Cylindrical-coordinate representation of color #C253D8: hue angle of 290.08º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C253D8 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 83 | 216 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.15 |
| HSL | 290.08º | 0.63% | 0.59% | - |
| HSV(B) | 290.08º | 0.62% | 0.85% | - |
| XYZ | 37.74 | 22.61 | 67.34 | - |
| YUV | 131.35 | 175.77 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 216 | 0.10 | 0.62 | 0 | 0.15 | 290.08 | 0.63 | 0.59 |
| Hex | C2 | 53 | D8 | A | 3E | 0 | F | 122 | 3F | 3B |
| Octal | 302 | 123 | 330 | 12 | 76 | 0 | 17 | 442 | 77 | 73 |
| Binary | 11000010 | 1010011 | 11011000 | 1010 | 111110 | 0 | 1111 | 100100010 | 111111 | 111011 |
Color Harmonies of #C253D8
Complementary color
Monochromatic Colors of #C253D8
Black with #C253D8
Text Example
Text Example
White with #C253D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253D8; }
p { color: rgb(194,83,216); }
H1.HeaderClassName
{
color: #C253D8;
}
.AnyTagClassName
{
color: #C253D8;
}
</style>
background-color css
<style>
a { background-color: #C253D8; }
a { background-color: rgb(194,83,216); }
div.DivClassName
{
background-color: #C253D8;
}
.BgClassName
{
background-color: #C253D8;
}
</style>
border-color css
<style>
span { border-color: #C253D8; }
span { border-color: rgb(194,83,216); }
td.TdClassName
{
border-color: #C253D8;
}
.TagClassName
{
border-color: #C253D8;
}
</style>