Shades of Medium Orchid #C650D9
Tints of Medium Orchid #C650D9
RGB
CMYK
RGB Variations
Color information
#C650D9 (or 0xC650D9) is known color: Medium Orchid. HEX triplet: C6, 50 and D9. RGB value is (198,80,217). Sum of RGB (Red+Green+Blue) = 198+80+217=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #C650D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C650D9 is #39AF26. Grayscale: #828282. Windows color (decimal): -3780391 or 14241990. OLE color: 14241990.
HSL color Cylindrical-coordinate representation of color #C650D9: hue angle of 291.68º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C650D9 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 80 | 217 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.15 |
| HSL | 291.68º | 0.64% | 0.58% | - |
| HSV(B) | 291.68º | 0.63% | 0.85% | - |
| XYZ | 38.68 | 22.75 | 68 | - |
| YUV | 130.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 217 | 0.09 | 0.63 | 0 | 0.15 | 291.68 | 0.64 | 0.58 |
| Hex | C6 | 50 | D9 | 9 | 3F | 0 | F | 124 | 40 | 3A |
| Octal | 306 | 120 | 331 | 11 | 77 | 0 | 17 | 444 | 100 | 72 |
| Binary | 11000110 | 1010000 | 11011001 | 1001 | 111111 | 0 | 1111 | 100100100 | 1000000 | 111010 |
Color Harmonies of #C650D9
Complementary color
Monochromatic Colors of #C650D9
Black with #C650D9
Text Example
Text Example
White with #C650D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650D9; }
p { color: rgb(198,80,217); }
H1.HeaderClassName
{
color: #C650D9;
}
.AnyTagClassName
{
color: #C650D9;
}
</style>
background-color css
<style>
a { background-color: #C650D9; }
a { background-color: rgb(198,80,217); }
div.DivClassName
{
background-color: #C650D9;
}
.BgClassName
{
background-color: #C650D9;
}
</style>
border-color css
<style>
span { border-color: #C650D9; }
span { border-color: rgb(198,80,217); }
td.TdClassName
{
border-color: #C650D9;
}
.TagClassName
{
border-color: #C650D9;
}
</style>