Shades of Medium Orchid #C250D8
Tints of Medium Orchid #C250D8
RGB
CMYK
RGB Variations
Color information
#C250D8 (or 0xC250D8) is known color: Medium Orchid. HEX triplet: C2, 50 and D8. RGB value is (194,80,216). Sum of RGB (Red+Green+Blue) = 194+80+216=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #C250D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250D8 is #3DAF27. Grayscale: #818181. Windows color (decimal): -4042536 or 14176450. OLE color: 14176450.
HSL color Cylindrical-coordinate representation of color #C250D8: hue angle of 290.29º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C250D8 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 80 | 216 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.15 |
| HSL | 290.29º | 0.64% | 0.58% | - |
| HSV(B) | 290.29º | 0.63% | 0.85% | - |
| XYZ | 37.51 | 22.16 | 67.27 | - |
| YUV | 129.59 | 176.77 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 216 | 0.10 | 0.63 | 0 | 0.15 | 290.29 | 0.64 | 0.58 |
| Hex | C2 | 50 | D8 | A | 3F | 0 | F | 122 | 40 | 3A |
| Octal | 302 | 120 | 330 | 12 | 77 | 0 | 17 | 442 | 100 | 72 |
| Binary | 11000010 | 1010000 | 11011000 | 1010 | 111111 | 0 | 1111 | 100100010 | 1000000 | 111010 |
Color Harmonies of #C250D8
Complementary color
Monochromatic Colors of #C250D8
Black with #C250D8
Text Example
Text Example
White with #C250D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250D8; }
p { color: rgb(194,80,216); }
H1.HeaderClassName
{
color: #C250D8;
}
.AnyTagClassName
{
color: #C250D8;
}
</style>
background-color css
<style>
a { background-color: #C250D8; }
a { background-color: rgb(194,80,216); }
div.DivClassName
{
background-color: #C250D8;
}
.BgClassName
{
background-color: #C250D8;
}
</style>
border-color css
<style>
span { border-color: #C250D8; }
span { border-color: rgb(194,80,216); }
td.TdClassName
{
border-color: #C250D8;
}
.TagClassName
{
border-color: #C250D8;
}
</style>