Shades of Medium Orchid #C650DF
Tints of Medium Orchid #C650DF
RGB
CMYK
RGB Variations
Color information
#C650DF (or 0xC650DF) is known color: Medium Orchid. HEX triplet: C6, 50 and DF. RGB value is (198,80,223). Sum of RGB (Red+Green+Blue) = 198+80+223=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #C650DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C650DF is #39AF20. Grayscale: #838383. Windows color (decimal): -3780385 or 14635206. OLE color: 14635206.
HSL color Cylindrical-coordinate representation of color #C650DF: hue angle of 289.51º 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 #C650DF is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 80 | 223 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.13 |
| HSL | 289.51º | 0.69% | 0.59% | - |
| HSV(B) | 289.51º | 0.64% | 0.87% | - |
| XYZ | 39.48 | 23.07 | 72.18 | - |
| YUV | 131.58 | 179.59 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 223 | 0.11 | 0.64 | 0 | 0.13 | 289.51 | 0.69 | 0.59 |
| Hex | C6 | 50 | DF | B | 40 | 0 | D | 122 | 45 | 3B |
| Octal | 306 | 120 | 337 | 13 | 100 | 0 | 15 | 442 | 105 | 73 |
| Binary | 11000110 | 1010000 | 11011111 | 1011 | 1000000 | 0 | 1101 | 100100010 | 1000101 | 111011 |
Color Harmonies of #C650DF
Complementary color
Monochromatic Colors of #C650DF
Black with #C650DF
Text Example
Text Example
White with #C650DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650DF; }
p { color: rgb(198,80,223); }
H1.HeaderClassName
{
color: #C650DF;
}
.AnyTagClassName
{
color: #C650DF;
}
</style>
background-color css
<style>
a { background-color: #C650DF; }
a { background-color: rgb(198,80,223); }
div.DivClassName
{
background-color: #C650DF;
}
.BgClassName
{
background-color: #C650DF;
}
</style>
border-color css
<style>
span { border-color: #C650DF; }
span { border-color: rgb(198,80,223); }
td.TdClassName
{
border-color: #C650DF;
}
.TagClassName
{
border-color: #C650DF;
}
</style>