Shades of Medium Orchid #C240DD
Tints of Medium Orchid #C240DD
RGB
CMYK
RGB Variations
Color information
#C240DD (or 0xC240DD) is known color: Medium Orchid. HEX triplet: C2, 40 and DD. RGB value is (194,64,221). Sum of RGB (Red+Green+Blue) = 194+64+221=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #C240DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240DD is #3DBF22. Grayscale: #787878. Windows color (decimal): -4046627 or 14500034. OLE color: 14500034.
HSL color Cylindrical-coordinate representation of color #C240DD: hue angle of 289.68º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C240DD is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 64 | 221 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.13 |
| HSL | 289.68º | 0.7% | 0.56% | - |
| HSV(B) | 289.68º | 0.71% | 0.87% | - |
| XYZ | 37.13 | 20.36 | 70.38 | - |
| YUV | 120.77 | 184.57 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 221 | 0.12 | 0.71 | 0 | 0.13 | 289.68 | 0.7 | 0.56 |
| Hex | C2 | 40 | DD | C | 47 | 0 | D | 122 | 46 | 38 |
| Octal | 302 | 100 | 335 | 14 | 107 | 0 | 15 | 442 | 106 | 70 |
| Binary | 11000010 | 1000000 | 11011101 | 1100 | 1000111 | 0 | 1101 | 100100010 | 1000110 | 111000 |
Color Harmonies of #C240DD
Complementary color
Monochromatic Colors of #C240DD
Black with #C240DD
Text Example
Text Example
White with #C240DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240DD; }
p { color: rgb(194,64,221); }
H1.HeaderClassName
{
color: #C240DD;
}
.AnyTagClassName
{
color: #C240DD;
}
</style>
background-color css
<style>
a { background-color: #C240DD; }
a { background-color: rgb(194,64,221); }
div.DivClassName
{
background-color: #C240DD;
}
.BgClassName
{
background-color: #C240DD;
}
</style>
border-color css
<style>
span { border-color: #C240DD; }
span { border-color: rgb(194,64,221); }
td.TdClassName
{
border-color: #C240DD;
}
.TagClassName
{
border-color: #C240DD;
}
</style>