Shades of Medium Orchid #C751DF
Tints of Medium Orchid #C751DF
RGB
CMYK
RGB Variations
Color information
#C751DF (or 0xC751DF) is known color: Medium Orchid. HEX triplet: C7, 51 and DF. RGB value is (199,81,223). Sum of RGB (Red+Green+Blue) = 199+81+223=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #C751DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751DF is #38AE20. Grayscale: #848484. Windows color (decimal): -3714593 or 14635463. OLE color: 14635463.
HSL color Cylindrical-coordinate representation of color #C751DF: hue angle of 289.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C751DF is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 81 | 223 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.13 |
| HSL | 289.86º | 0.69% | 0.6% | - |
| HSV(B) | 289.86º | 0.64% | 0.87% | - |
| XYZ | 39.81 | 23.35 | 72.22 | - |
| YUV | 132.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 223 | 0.11 | 0.64 | 0 | 0.13 | 289.86 | 0.69 | 0.6 |
| Hex | C7 | 51 | DF | B | 40 | 0 | D | 122 | 45 | 3C |
| Octal | 307 | 121 | 337 | 13 | 100 | 0 | 15 | 442 | 105 | 74 |
| Binary | 11000111 | 1010001 | 11011111 | 1011 | 1000000 | 0 | 1101 | 100100010 | 1000101 | 111100 |
Color Harmonies of #C751DF
Complementary color
Monochromatic Colors of #C751DF
Black with #C751DF
Text Example
Text Example
White with #C751DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C751DF; }
p { color: rgb(199,81,223); }
H1.HeaderClassName
{
color: #C751DF;
}
.AnyTagClassName
{
color: #C751DF;
}
</style>
background-color css
<style>
a { background-color: #C751DF; }
a { background-color: rgb(199,81,223); }
div.DivClassName
{
background-color: #C751DF;
}
.BgClassName
{
background-color: #C751DF;
}
</style>
border-color css
<style>
span { border-color: #C751DF; }
span { border-color: rgb(199,81,223); }
td.TdClassName
{
border-color: #C751DF;
}
.TagClassName
{
border-color: #C751DF;
}
</style>