Shades of Medium Orchid #C242DD
Tints of Medium Orchid #C242DD
RGB
CMYK
RGB Variations
Color information
#C242DD (or 0xC242DD) is known color: Medium Orchid. HEX triplet: C2, 42 and DD. RGB value is (194,66,221). Sum of RGB (Red+Green+Blue) = 194+66+221=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #C242DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242DD is #3DBD22. Grayscale: #797979. Windows color (decimal): -4046115 or 14500546. OLE color: 14500546.
HSL color Cylindrical-coordinate representation of color #C242DD: hue angle of 289.55º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C242DD is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 66 | 221 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.13 |
| HSL | 289.55º | 0.7% | 0.56% | - |
| HSV(B) | 289.55º | 0.7% | 0.87% | - |
| XYZ | 37.25 | 20.59 | 70.42 | - |
| YUV | 121.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 221 | 0.12 | 0.70 | 0 | 0.13 | 289.55 | 0.7 | 0.56 |
| Hex | C2 | 42 | DD | C | 46 | 0 | D | 122 | 46 | 38 |
| Octal | 302 | 102 | 335 | 14 | 106 | 0 | 15 | 442 | 106 | 70 |
| Binary | 11000010 | 1000010 | 11011101 | 1100 | 1000110 | 0 | 1101 | 100100010 | 1000110 | 111000 |
Color Harmonies of #C242DD
Complementary color
Monochromatic Colors of #C242DD
Black with #C242DD
Text Example
Text Example
White with #C242DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242DD; }
p { color: rgb(194,66,221); }
H1.HeaderClassName
{
color: #C242DD;
}
.AnyTagClassName
{
color: #C242DD;
}
</style>
background-color css
<style>
a { background-color: #C242DD; }
a { background-color: rgb(194,66,221); }
div.DivClassName
{
background-color: #C242DD;
}
.BgClassName
{
background-color: #C242DD;
}
</style>
border-color css
<style>
span { border-color: #C242DD; }
span { border-color: rgb(194,66,221); }
td.TdClassName
{
border-color: #C242DD;
}
.TagClassName
{
border-color: #C242DD;
}
</style>