Shades of Medium Orchid #C742DD
Tints of Medium Orchid #C742DD
RGB
CMYK
RGB Variations
Color information
#C742DD (or 0xC742DD) is known color: Medium Orchid. HEX triplet: C7, 42 and DD. RGB value is (199,66,221). Sum of RGB (Red+Green+Blue) = 199+66+221=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #C742DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C742DD is #38BD22. Grayscale: #7A7A7A. Windows color (decimal): -3718435 or 14500551. OLE color: 14500551.
HSL color Cylindrical-coordinate representation of color #C742DD: hue angle of 291.48º 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 #C742DD is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 66 | 221 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.13 |
| HSL | 291.48º | 0.7% | 0.56% | - |
| HSV(B) | 291.48º | 0.7% | 0.87% | - |
| XYZ | 38.55 | 21.26 | 70.48 | - |
| YUV | 123.44 | 183.06 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 221 | 0.10 | 0.70 | 0 | 0.13 | 291.48 | 0.7 | 0.56 |
| Hex | C7 | 42 | DD | A | 46 | 0 | D | 123 | 46 | 38 |
| Octal | 307 | 102 | 335 | 12 | 106 | 0 | 15 | 443 | 106 | 70 |
| Binary | 11000111 | 1000010 | 11011101 | 1010 | 1000110 | 0 | 1101 | 100100011 | 1000110 | 111000 |
Color Harmonies of #C742DD
Complementary color
Monochromatic Colors of #C742DD
Black with #C742DD
Text Example
Text Example
White with #C742DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742DD; }
p { color: rgb(199,66,221); }
H1.HeaderClassName
{
color: #C742DD;
}
.AnyTagClassName
{
color: #C742DD;
}
</style>
background-color css
<style>
a { background-color: #C742DD; }
a { background-color: rgb(199,66,221); }
div.DivClassName
{
background-color: #C742DD;
}
.BgClassName
{
background-color: #C742DD;
}
</style>
border-color css
<style>
span { border-color: #C742DD; }
span { border-color: rgb(199,66,221); }
td.TdClassName
{
border-color: #C742DD;
}
.TagClassName
{
border-color: #C742DD;
}
</style>