Shades of Medium Orchid #C250D9
Tints of Medium Orchid #C250D9
RGB
CMYK
RGB Variations
Color information
#C250D9 (or 0xC250D9) is known color: Medium Orchid. HEX triplet: C2, 50 and D9. RGB value is (194,80,217). Sum of RGB (Red+Green+Blue) = 194+80+217=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #C250D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250D9 is #3DAF26. Grayscale: #818181. Windows color (decimal): -4042535 or 14241986. OLE color: 14241986.
HSL color Cylindrical-coordinate representation of color #C250D9: hue angle of 289.93º 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 #C250D9 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 80 | 217 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.15 |
| HSL | 289.93º | 0.64% | 0.58% | - |
| HSV(B) | 289.93º | 0.63% | 0.85% | - |
| XYZ | 37.64 | 22.22 | 67.95 | - |
| YUV | 129.7 | 177.27 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 217 | 0.11 | 0.63 | 0 | 0.15 | 289.93 | 0.64 | 0.58 |
| Hex | C2 | 50 | D9 | B | 3F | 0 | F | 122 | 40 | 3A |
| Octal | 302 | 120 | 331 | 13 | 77 | 0 | 17 | 442 | 100 | 72 |
| Binary | 11000010 | 1010000 | 11011001 | 1011 | 111111 | 0 | 1111 | 100100010 | 1000000 | 111010 |
Color Harmonies of #C250D9
Complementary color
Monochromatic Colors of #C250D9
Black with #C250D9
Text Example
Text Example
White with #C250D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250D9; }
p { color: rgb(194,80,217); }
H1.HeaderClassName
{
color: #C250D9;
}
.AnyTagClassName
{
color: #C250D9;
}
</style>
background-color css
<style>
a { background-color: #C250D9; }
a { background-color: rgb(194,80,217); }
div.DivClassName
{
background-color: #C250D9;
}
.BgClassName
{
background-color: #C250D9;
}
</style>
border-color css
<style>
span { border-color: #C250D9; }
span { border-color: rgb(194,80,217); }
td.TdClassName
{
border-color: #C250D9;
}
.TagClassName
{
border-color: #C250D9;
}
</style>