Shades of Medium Orchid #C542DD
Tints of Medium Orchid #C542DD
RGB
CMYK
RGB Variations
Color information
#C542DD (or 0xC542DD) is known color: Medium Orchid. HEX triplet: C5, 42 and DD. RGB value is (197,66,221). Sum of RGB (Red+Green+Blue) = 197+66+221=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #C542DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542DD is #3ABD22. Grayscale: #7A7A7A. Windows color (decimal): -3849507 or 14500549. OLE color: 14500549.
HSL color Cylindrical-coordinate representation of color #C542DD: hue angle of 290.71º 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 #C542DD is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 66 | 221 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.13 |
| HSL | 290.71º | 0.7% | 0.56% | - |
| HSV(B) | 290.71º | 0.7% | 0.87% | - |
| XYZ | 38.03 | 20.99 | 70.45 | - |
| YUV | 122.84 | 183.4 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 221 | 0.11 | 0.70 | 0 | 0.13 | 290.71 | 0.7 | 0.56 |
| Hex | C5 | 42 | DD | B | 46 | 0 | D | 123 | 46 | 38 |
| Octal | 305 | 102 | 335 | 13 | 106 | 0 | 15 | 443 | 106 | 70 |
| Binary | 11000101 | 1000010 | 11011101 | 1011 | 1000110 | 0 | 1101 | 100100011 | 1000110 | 111000 |
Color Harmonies of #C542DD
Complementary color
Monochromatic Colors of #C542DD
Black with #C542DD
Text Example
Text Example
White with #C542DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542DD; }
p { color: rgb(197,66,221); }
H1.HeaderClassName
{
color: #C542DD;
}
.AnyTagClassName
{
color: #C542DD;
}
</style>
background-color css
<style>
a { background-color: #C542DD; }
a { background-color: rgb(197,66,221); }
div.DivClassName
{
background-color: #C542DD;
}
.BgClassName
{
background-color: #C542DD;
}
</style>
border-color css
<style>
span { border-color: #C542DD; }
span { border-color: rgb(197,66,221); }
td.TdClassName
{
border-color: #C542DD;
}
.TagClassName
{
border-color: #C542DD;
}
</style>