Shades of Medium Orchid #C242DC
Tints of Medium Orchid #C242DC
RGB
CMYK
RGB Variations
Color information
#C242DC (or 0xC242DC) is known color: Medium Orchid. HEX triplet: C2, 42 and DC. RGB value is (194,66,220). Sum of RGB (Red+Green+Blue) = 194+66+220=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #C242DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242DC is #3DBD23. Grayscale: #797979. Windows color (decimal): -4046116 or 14435010. OLE color: 14435010.
HSL color Cylindrical-coordinate representation of color #C242DC: hue angle of 289.87º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C242DC is Cyan = 0.12, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 66 | 220 | - |
| CMYK | 0.12 | 0.7 | 0 | 0.14 |
| HSL | 289.87º | 0.69% | 0.56% | - |
| HSV(B) | 289.87º | 0.7% | 0.86% | - |
| XYZ | 37.11 | 20.53 | 69.72 | - |
| YUV | 121.83 | 183.41 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 220 | 0.12 | 0.7 | 0 | 0.14 | 289.87 | 0.69 | 0.56 |
| Hex | C2 | 42 | DC | C | 46 | 0 | E | 122 | 45 | 38 |
| Octal | 302 | 102 | 334 | 14 | 106 | 0 | 16 | 442 | 105 | 70 |
| Binary | 11000010 | 1000010 | 11011100 | 1100 | 1000110 | 0 | 1110 | 100100010 | 1000101 | 111000 |
Color Harmonies of #C242DC
Complementary color
Monochromatic Colors of #C242DC
Black with #C242DC
Text Example
Text Example
White with #C242DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242DC; }
p { color: rgb(194,66,220); }
H1.HeaderClassName
{
color: #C242DC;
}
.AnyTagClassName
{
color: #C242DC;
}
</style>
background-color css
<style>
a { background-color: #C242DC; }
a { background-color: rgb(194,66,220); }
div.DivClassName
{
background-color: #C242DC;
}
.BgClassName
{
background-color: #C242DC;
}
</style>
border-color css
<style>
span { border-color: #C242DC; }
span { border-color: rgb(194,66,220); }
td.TdClassName
{
border-color: #C242DC;
}
.TagClassName
{
border-color: #C242DC;
}
</style>