Shades of Medium Orchid #C240D7
Tints of Medium Orchid #C240D7
RGB
CMYK
RGB Variations
Color information
#C240D7 (or 0xC240D7) is known color: Medium Orchid. HEX triplet: C2, 40 and D7. RGB value is (194,64,215). Sum of RGB (Red+Green+Blue) = 194+64+215=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #C240D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240D7 is #3DBF28. Grayscale: #777777. Windows color (decimal): -4046633 or 14106818. OLE color: 14106818.
HSL color Cylindrical-coordinate representation of color #C240D7: hue angle of 291.66º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C240D7 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 64 | 215 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.16 |
| HSL | 291.66º | 0.65% | 0.55% | - |
| HSV(B) | 291.66º | 0.7% | 0.84% | - |
| XYZ | 36.35 | 20.04 | 66.24 | - |
| YUV | 120.08 | 181.57 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 215 | 0.10 | 0.70 | 0 | 0.16 | 291.66 | 0.65 | 0.55 |
| Hex | C2 | 40 | D7 | A | 46 | 0 | 10 | 124 | 41 | 37 |
| Octal | 302 | 100 | 327 | 12 | 106 | 0 | 20 | 444 | 101 | 67 |
| Binary | 11000010 | 1000000 | 11010111 | 1010 | 1000110 | 0 | 10000 | 100100100 | 1000001 | 110111 |
Color Harmonies of #C240D7
Complementary color
Monochromatic Colors of #C240D7
Black with #C240D7
Text Example
Text Example
White with #C240D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240D7; }
p { color: rgb(194,64,215); }
H1.HeaderClassName
{
color: #C240D7;
}
.AnyTagClassName
{
color: #C240D7;
}
</style>
background-color css
<style>
a { background-color: #C240D7; }
a { background-color: rgb(194,64,215); }
div.DivClassName
{
background-color: #C240D7;
}
.BgClassName
{
background-color: #C240D7;
}
</style>
border-color css
<style>
span { border-color: #C240D7; }
span { border-color: rgb(194,64,215); }
td.TdClassName
{
border-color: #C240D7;
}
.TagClassName
{
border-color: #C240D7;
}
</style>