Shades of Medium Orchid #C250DD
Tints of Medium Orchid #C250DD
RGB
CMYK
RGB Variations
Color information
#C250DD (or 0xC250DD) is known color: Medium Orchid. HEX triplet: C2, 50 and DD. RGB value is (194,80,221). Sum of RGB (Red+Green+Blue) = 194+80+221=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #C250DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250DD is #3DAF22. Grayscale: #818181. Windows color (decimal): -4042531 or 14504130. OLE color: 14504130.
HSL color Cylindrical-coordinate representation of color #C250DD: hue angle of 288.51º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C250DD is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 80 | 221 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.13 |
| HSL | 288.51º | 0.67% | 0.59% | - |
| HSV(B) | 288.51º | 0.64% | 0.87% | - |
| XYZ | 38.17 | 22.43 | 70.72 | - |
| YUV | 130.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 221 | 0.12 | 0.64 | 0 | 0.13 | 288.51 | 0.67 | 0.59 |
| Hex | C2 | 50 | DD | C | 40 | 0 | D | 121 | 43 | 3B |
| Octal | 302 | 120 | 335 | 14 | 100 | 0 | 15 | 441 | 103 | 73 |
| Binary | 11000010 | 1010000 | 11011101 | 1100 | 1000000 | 0 | 1101 | 100100001 | 1000011 | 111011 |
Color Harmonies of #C250DD
Complementary color
Monochromatic Colors of #C250DD
Black with #C250DD
Text Example
Text Example
White with #C250DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250DD; }
p { color: rgb(194,80,221); }
H1.HeaderClassName
{
color: #C250DD;
}
.AnyTagClassName
{
color: #C250DD;
}
</style>
background-color css
<style>
a { background-color: #C250DD; }
a { background-color: rgb(194,80,221); }
div.DivClassName
{
background-color: #C250DD;
}
.BgClassName
{
background-color: #C250DD;
}
</style>
border-color css
<style>
span { border-color: #C250DD; }
span { border-color: rgb(194,80,221); }
td.TdClassName
{
border-color: #C250DD;
}
.TagClassName
{
border-color: #C250DD;
}
</style>