Shades of Medium Orchid #C750DF
Tints of Medium Orchid #C750DF
RGB
CMYK
RGB Variations
Color information
#C750DF (or 0xC750DF) is known color: Medium Orchid. HEX triplet: C7, 50 and DF. RGB value is (199,80,223). Sum of RGB (Red+Green+Blue) = 199+80+223=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #C750DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750DF is #38AF20. Grayscale: #838383. Windows color (decimal): -3714849 or 14635207. OLE color: 14635207.
HSL color Cylindrical-coordinate representation of color #C750DF: hue angle of 289.93º degrees, saturation: 0.69, 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 #C750DF is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 80 | 223 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.13 |
| HSL | 289.93º | 0.69% | 0.59% | - |
| HSV(B) | 289.93º | 0.64% | 0.87% | - |
| XYZ | 39.74 | 23.21 | 72.2 | - |
| YUV | 131.88 | 179.42 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 223 | 0.11 | 0.64 | 0 | 0.13 | 289.93 | 0.69 | 0.59 |
| Hex | C7 | 50 | DF | B | 40 | 0 | D | 122 | 45 | 3B |
| Octal | 307 | 120 | 337 | 13 | 100 | 0 | 15 | 442 | 105 | 73 |
| Binary | 11000111 | 1010000 | 11011111 | 1011 | 1000000 | 0 | 1101 | 100100010 | 1000101 | 111011 |
Color Harmonies of #C750DF
Complementary color
Monochromatic Colors of #C750DF
Black with #C750DF
Text Example
Text Example
White with #C750DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C750DF; }
p { color: rgb(199,80,223); }
H1.HeaderClassName
{
color: #C750DF;
}
.AnyTagClassName
{
color: #C750DF;
}
</style>
background-color css
<style>
a { background-color: #C750DF; }
a { background-color: rgb(199,80,223); }
div.DivClassName
{
background-color: #C750DF;
}
.BgClassName
{
background-color: #C750DF;
}
</style>
border-color css
<style>
span { border-color: #C750DF; }
span { border-color: rgb(199,80,223); }
td.TdClassName
{
border-color: #C750DF;
}
.TagClassName
{
border-color: #C750DF;
}
</style>