Shades of Medium Orchid #C242DB
Tints of Medium Orchid #C242DB
RGB
CMYK
RGB Variations
Color information
#C242DB (or 0xC242DB) is known color: Medium Orchid. HEX triplet: C2, 42 and DB. RGB value is (194,66,219). Sum of RGB (Red+Green+Blue) = 194+66+219=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #C242DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242DB is #3DBD24. Grayscale: #797979. Windows color (decimal): -4046117 or 14369474. OLE color: 14369474.
HSL color Cylindrical-coordinate representation of color #C242DB: hue angle of 290.2º degrees, saturation: 0.68, 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 #C242DB is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 66 | 219 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.14 |
| HSL | 290.2º | 0.68% | 0.56% | - |
| HSV(B) | 290.2º | 0.7% | 0.86% | - |
| XYZ | 36.98 | 20.48 | 69.02 | - |
| YUV | 121.71 | 182.91 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 219 | 0.11 | 0.70 | 0 | 0.14 | 290.2 | 0.68 | 0.56 |
| Hex | C2 | 42 | DB | B | 46 | 0 | E | 122 | 44 | 38 |
| Octal | 302 | 102 | 333 | 13 | 106 | 0 | 16 | 442 | 104 | 70 |
| Binary | 11000010 | 1000010 | 11011011 | 1011 | 1000110 | 0 | 1110 | 100100010 | 1000100 | 111000 |
Color Harmonies of #C242DB
Complementary color
Monochromatic Colors of #C242DB
Black with #C242DB
Text Example
Text Example
White with #C242DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242DB; }
p { color: rgb(194,66,219); }
H1.HeaderClassName
{
color: #C242DB;
}
.AnyTagClassName
{
color: #C242DB;
}
</style>
background-color css
<style>
a { background-color: #C242DB; }
a { background-color: rgb(194,66,219); }
div.DivClassName
{
background-color: #C242DB;
}
.BgClassName
{
background-color: #C242DB;
}
</style>
border-color css
<style>
span { border-color: #C242DB; }
span { border-color: rgb(194,66,219); }
td.TdClassName
{
border-color: #C242DB;
}
.TagClassName
{
border-color: #C242DB;
}
</style>