Shades of Medium Orchid #C742DC
Tints of Medium Orchid #C742DC
RGB
CMYK
RGB Variations
Color information
#C742DC (or 0xC742DC) is known color: Medium Orchid. HEX triplet: C7, 42 and DC. RGB value is (199,66,220). Sum of RGB (Red+Green+Blue) = 199+66+220=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #C742DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C742DC is #38BD23. Grayscale: #7A7A7A. Windows color (decimal): -3718436 or 14435015. OLE color: 14435015.
HSL color Cylindrical-coordinate representation of color #C742DC: hue angle of 291.82º 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 #C742DC is Cyan = 0.10, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 66 | 220 | - |
| CMYK | 0.10 | 0.7 | 0 | 0.14 |
| HSL | 291.82º | 0.69% | 0.56% | - |
| HSV(B) | 291.82º | 0.7% | 0.86% | - |
| XYZ | 38.42 | 21.21 | 69.78 | - |
| YUV | 123.32 | 182.56 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 220 | 0.10 | 0.7 | 0 | 0.14 | 291.82 | 0.69 | 0.56 |
| Hex | C7 | 42 | DC | A | 46 | 0 | E | 124 | 45 | 38 |
| Octal | 307 | 102 | 334 | 12 | 106 | 0 | 16 | 444 | 105 | 70 |
| Binary | 11000111 | 1000010 | 11011100 | 1010 | 1000110 | 0 | 1110 | 100100100 | 1000101 | 111000 |
Color Harmonies of #C742DC
Complementary color
Monochromatic Colors of #C742DC
Black with #C742DC
Text Example
Text Example
White with #C742DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742DC; }
p { color: rgb(199,66,220); }
H1.HeaderClassName
{
color: #C742DC;
}
.AnyTagClassName
{
color: #C742DC;
}
</style>
background-color css
<style>
a { background-color: #C742DC; }
a { background-color: rgb(199,66,220); }
div.DivClassName
{
background-color: #C742DC;
}
.BgClassName
{
background-color: #C742DC;
}
</style>
border-color css
<style>
span { border-color: #C742DC; }
span { border-color: rgb(199,66,220); }
td.TdClassName
{
border-color: #C742DC;
}
.TagClassName
{
border-color: #C742DC;
}
</style>