Shades of Medium Orchid #C242DA
Tints of Medium Orchid #C242DA
RGB
CMYK
RGB Variations
Color information
#C242DA (or 0xC242DA) is known color: Medium Orchid. HEX triplet: C2, 42 and DA. RGB value is (194,66,218). Sum of RGB (Red+Green+Blue) = 194+66+218=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #C242DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242DA is #3DBD25. Grayscale: #797979. Windows color (decimal): -4046118 or 14303938. OLE color: 14303938.
HSL color Cylindrical-coordinate representation of color #C242DA: hue angle of 290.53º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C242DA is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 66 | 218 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.15 |
| HSL | 290.53º | 0.67% | 0.56% | - |
| HSV(B) | 290.53º | 0.7% | 0.85% | - |
| XYZ | 36.85 | 20.43 | 68.33 | - |
| YUV | 121.6 | 182.41 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 218 | 0.11 | 0.70 | 0 | 0.15 | 290.53 | 0.67 | 0.56 |
| Hex | C2 | 42 | DA | B | 46 | 0 | F | 123 | 43 | 38 |
| Octal | 302 | 102 | 332 | 13 | 106 | 0 | 17 | 443 | 103 | 70 |
| Binary | 11000010 | 1000010 | 11011010 | 1011 | 1000110 | 0 | 1111 | 100100011 | 1000011 | 111000 |
Color Harmonies of #C242DA
Complementary color
Monochromatic Colors of #C242DA
Black with #C242DA
Text Example
Text Example
White with #C242DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242DA; }
p { color: rgb(194,66,218); }
H1.HeaderClassName
{
color: #C242DA;
}
.AnyTagClassName
{
color: #C242DA;
}
</style>
background-color css
<style>
a { background-color: #C242DA; }
a { background-color: rgb(194,66,218); }
div.DivClassName
{
background-color: #C242DA;
}
.BgClassName
{
background-color: #C242DA;
}
</style>
border-color css
<style>
span { border-color: #C242DA; }
span { border-color: rgb(194,66,218); }
td.TdClassName
{
border-color: #C242DA;
}
.TagClassName
{
border-color: #C242DA;
}
</style>