Shades of Medium Orchid #C250DC
Tints of Medium Orchid #C250DC
RGB
CMYK
RGB Variations
Color information
#C250DC (or 0xC250DC) is known color: Medium Orchid. HEX triplet: C2, 50 and DC. RGB value is (194,80,220). Sum of RGB (Red+Green+Blue) = 194+80+220=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #C250DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250DC is #3DAF23. Grayscale: #818181. Windows color (decimal): -4042532 or 14438594. OLE color: 14438594.
HSL color Cylindrical-coordinate representation of color #C250DC: hue angle of 288.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C250DC is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 80 | 220 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.14 |
| HSL | 288.86º | 0.67% | 0.59% | - |
| HSV(B) | 288.86º | 0.64% | 0.86% | - |
| XYZ | 38.04 | 22.37 | 70.02 | - |
| YUV | 130.05 | 178.77 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 220 | 0.12 | 0.64 | 0 | 0.14 | 288.86 | 0.67 | 0.59 |
| Hex | C2 | 50 | DC | C | 40 | 0 | E | 121 | 43 | 3B |
| Octal | 302 | 120 | 334 | 14 | 100 | 0 | 16 | 441 | 103 | 73 |
| Binary | 11000010 | 1010000 | 11011100 | 1100 | 1000000 | 0 | 1110 | 100100001 | 1000011 | 111011 |
Color Harmonies of #C250DC
Complementary color
Monochromatic Colors of #C250DC
Black with #C250DC
Text Example
Text Example
White with #C250DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250DC; }
p { color: rgb(194,80,220); }
H1.HeaderClassName
{
color: #C250DC;
}
.AnyTagClassName
{
color: #C250DC;
}
</style>
background-color css
<style>
a { background-color: #C250DC; }
a { background-color: rgb(194,80,220); }
div.DivClassName
{
background-color: #C250DC;
}
.BgClassName
{
background-color: #C250DC;
}
</style>
border-color css
<style>
span { border-color: #C250DC; }
span { border-color: rgb(194,80,220); }
td.TdClassName
{
border-color: #C250DC;
}
.TagClassName
{
border-color: #C250DC;
}
</style>