Shades of Medium Orchid #C250CD
Tints of Medium Orchid #C250CD
RGB
CMYK
RGB Variations
Color information
#C250CD (or 0xC250CD) is known color: Medium Orchid. HEX triplet: C2, 50 and CD. RGB value is (194,80,205). Sum of RGB (Red+Green+Blue) = 194+80+205=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #C250CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250CD is #3DAF32. Grayscale: #7F7F7F. Windows color (decimal): -4042547 or 13455554. OLE color: 13455554.
HSL color Cylindrical-coordinate representation of color #C250CD: hue angle of 294.72º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C250CD is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 80 | 205 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.20 |
| HSL | 294.72º | 0.56% | 0.56% | - |
| HSV(B) | 294.72º | 0.61% | 0.8% | - |
| XYZ | 36.14 | 21.61 | 60.03 | - |
| YUV | 128.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 205 | 0.05 | 0.61 | 0 | 0.20 | 294.72 | 0.56 | 0.56 |
| Hex | C2 | 50 | CD | 5 | 3D | 0 | 14 | 127 | 38 | 38 |
| Octal | 302 | 120 | 315 | 5 | 75 | 0 | 24 | 447 | 70 | 70 |
| Binary | 11000010 | 1010000 | 11001101 | 101 | 111101 | 0 | 10100 | 100100111 | 111000 | 111000 |
Color Harmonies of #C250CD
Complementary color
Monochromatic Colors of #C250CD
Black with #C250CD
Text Example
Text Example
White with #C250CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250CD; }
p { color: rgb(194,80,205); }
H1.HeaderClassName
{
color: #C250CD;
}
.AnyTagClassName
{
color: #C250CD;
}
</style>
background-color css
<style>
a { background-color: #C250CD; }
a { background-color: rgb(194,80,205); }
div.DivClassName
{
background-color: #C250CD;
}
.BgClassName
{
background-color: #C250CD;
}
</style>
border-color css
<style>
span { border-color: #C250CD; }
span { border-color: rgb(194,80,205); }
td.TdClassName
{
border-color: #C250CD;
}
.TagClassName
{
border-color: #C250CD;
}
</style>