Shades of Medium Orchid #C751DD
Tints of Medium Orchid #C751DD
RGB
CMYK
RGB Variations
Color information
#C751DD (or 0xC751DD) is known color: Medium Orchid. HEX triplet: C7, 51 and DD. RGB value is (199,81,221). Sum of RGB (Red+Green+Blue) = 199+81+221=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #C751DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751DD is #38AE22. Grayscale: #838383. Windows color (decimal): -3714595 or 14504391. OLE color: 14504391.
HSL color Cylindrical-coordinate representation of color #C751DD: hue angle of 290.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C751DD is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 81 | 221 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.13 |
| HSL | 290.57º | 0.67% | 0.59% | - |
| HSV(B) | 290.57º | 0.63% | 0.87% | - |
| XYZ | 39.55 | 23.25 | 70.81 | - |
| YUV | 132.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 221 | 0.10 | 0.63 | 0 | 0.13 | 290.57 | 0.67 | 0.59 |
| Hex | C7 | 51 | DD | A | 3F | 0 | D | 123 | 43 | 3B |
| Octal | 307 | 121 | 335 | 12 | 77 | 0 | 15 | 443 | 103 | 73 |
| Binary | 11000111 | 1010001 | 11011101 | 1010 | 111111 | 0 | 1101 | 100100011 | 1000011 | 111011 |
Color Harmonies of #C751DD
Complementary color
Monochromatic Colors of #C751DD
Black with #C751DD
Text Example
Text Example
White with #C751DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C751DD; }
p { color: rgb(199,81,221); }
H1.HeaderClassName
{
color: #C751DD;
}
.AnyTagClassName
{
color: #C751DD;
}
</style>
background-color css
<style>
a { background-color: #C751DD; }
a { background-color: rgb(199,81,221); }
div.DivClassName
{
background-color: #C751DD;
}
.BgClassName
{
background-color: #C751DD;
}
</style>
border-color css
<style>
span { border-color: #C751DD; }
span { border-color: rgb(199,81,221); }
td.TdClassName
{
border-color: #C751DD;
}
.TagClassName
{
border-color: #C751DD;
}
</style>