Shades of Medium Orchid #C751DC
Tints of Medium Orchid #C751DC
RGB
CMYK
RGB Variations
Color information
#C751DC (or 0xC751DC) is known color: Medium Orchid. HEX triplet: C7, 51 and DC. RGB value is (199,81,220). Sum of RGB (Red+Green+Blue) = 199+81+220=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #C751DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751DC is #38AE23. Grayscale: #838383. Windows color (decimal): -3714596 or 14438855. OLE color: 14438855.
HSL color Cylindrical-coordinate representation of color #C751DC: hue angle of 290.94º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C751DC is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 81 | 220 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.14 |
| HSL | 290.94º | 0.67% | 0.59% | - |
| HSV(B) | 290.94º | 0.63% | 0.86% | - |
| XYZ | 39.41 | 23.19 | 70.11 | - |
| YUV | 132.13 | 177.59 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 220 | 0.10 | 0.63 | 0 | 0.14 | 290.94 | 0.67 | 0.59 |
| Hex | C7 | 51 | DC | A | 3F | 0 | E | 123 | 43 | 3B |
| Octal | 307 | 121 | 334 | 12 | 77 | 0 | 16 | 443 | 103 | 73 |
| Binary | 11000111 | 1010001 | 11011100 | 1010 | 111111 | 0 | 1110 | 100100011 | 1000011 | 111011 |
Color Harmonies of #C751DC
Complementary color
Monochromatic Colors of #C751DC
Black with #C751DC
Text Example
Text Example
White with #C751DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C751DC; }
p { color: rgb(199,81,220); }
H1.HeaderClassName
{
color: #C751DC;
}
.AnyTagClassName
{
color: #C751DC;
}
</style>
background-color css
<style>
a { background-color: #C751DC; }
a { background-color: rgb(199,81,220); }
div.DivClassName
{
background-color: #C751DC;
}
.BgClassName
{
background-color: #C751DC;
}
</style>
border-color css
<style>
span { border-color: #C751DC; }
span { border-color: rgb(199,81,220); }
td.TdClassName
{
border-color: #C751DC;
}
.TagClassName
{
border-color: #C751DC;
}
</style>