Shades of Medium Orchid #C270D0
Tints of Medium Orchid #C270D0
RGB
CMYK
RGB Variations
Color information
#C270D0 (or 0xC270D0) is known color: Medium Orchid. HEX triplet: C2, 70 and D0. RGB value is (194,112,208). Sum of RGB (Red+Green+Blue) = 194+112+208=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #C270D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270D0 is #3D8F2F. Grayscale: #939393. Windows color (decimal): -4034352 or 13660354. OLE color: 13660354.
HSL color Cylindrical-coordinate representation of color #C270D0: hue angle of 291.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C270D0 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 112 | 208 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.18 |
| HSL | 291.25º | 0.51% | 0.63% | - |
| HSV(B) | 291.25º | 0.46% | 0.82% | - |
| XYZ | 39.43 | 27.61 | 62.93 | - |
| YUV | 147.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 208 | 0.07 | 0.46 | 0 | 0.18 | 291.25 | 0.51 | 0.63 |
| Hex | C2 | 70 | D0 | 7 | 2E | 0 | 12 | 123 | 33 | 3F |
| Octal | 302 | 160 | 320 | 7 | 56 | 0 | 22 | 443 | 63 | 77 |
| Binary | 11000010 | 1110000 | 11010000 | 111 | 101110 | 0 | 10010 | 100100011 | 110011 | 111111 |
Color Harmonies of #C270D0
Complementary color
Monochromatic Colors of #C270D0
Black with #C270D0
Text Example
Text Example
White with #C270D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C270D0; }
p { color: rgb(194,112,208); }
H1.HeaderClassName
{
color: #C270D0;
}
.AnyTagClassName
{
color: #C270D0;
}
</style>
background-color css
<style>
a { background-color: #C270D0; }
a { background-color: rgb(194,112,208); }
div.DivClassName
{
background-color: #C270D0;
}
.BgClassName
{
background-color: #C270D0;
}
</style>
border-color css
<style>
span { border-color: #C270D0; }
span { border-color: rgb(194,112,208); }
td.TdClassName
{
border-color: #C270D0;
}
.TagClassName
{
border-color: #C270D0;
}
</style>