Shades of Medium Orchid #C751DE
Tints of Medium Orchid #C751DE
RGB
CMYK
RGB Variations
Color information
#C751DE (or 0xC751DE) is known color: Medium Orchid. HEX triplet: C7, 51 and DE. RGB value is (199,81,222). Sum of RGB (Red+Green+Blue) = 199+81+222=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #C751DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751DE is #38AE21. Grayscale: #838383. Windows color (decimal): -3714594 or 14569927. OLE color: 14569927.
HSL color Cylindrical-coordinate representation of color #C751DE: hue angle of 290.21º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C751DE is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 81 | 222 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.13 |
| HSL | 290.21º | 0.68% | 0.59% | - |
| HSV(B) | 290.21º | 0.64% | 0.87% | - |
| XYZ | 39.68 | 23.3 | 71.51 | - |
| YUV | 132.36 | 178.59 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 222 | 0.10 | 0.64 | 0 | 0.13 | 290.21 | 0.68 | 0.59 |
| Hex | C7 | 51 | DE | A | 40 | 0 | D | 122 | 44 | 3B |
| Octal | 307 | 121 | 336 | 12 | 100 | 0 | 15 | 442 | 104 | 73 |
| Binary | 11000111 | 1010001 | 11011110 | 1010 | 1000000 | 0 | 1101 | 100100010 | 1000100 | 111011 |
Color Harmonies of #C751DE
Complementary color
Monochromatic Colors of #C751DE
Black with #C751DE
Text Example
Text Example
White with #C751DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C751DE; }
p { color: rgb(199,81,222); }
H1.HeaderClassName
{
color: #C751DE;
}
.AnyTagClassName
{
color: #C751DE;
}
</style>
background-color css
<style>
a { background-color: #C751DE; }
a { background-color: rgb(199,81,222); }
div.DivClassName
{
background-color: #C751DE;
}
.BgClassName
{
background-color: #C751DE;
}
</style>
border-color css
<style>
span { border-color: #C751DE; }
span { border-color: rgb(199,81,222); }
td.TdClassName
{
border-color: #C751DE;
}
.TagClassName
{
border-color: #C751DE;
}
</style>