Shades of Medium Orchid #C650DD
Tints of Medium Orchid #C650DD
RGB
CMYK
RGB Variations
Color information
#C650DD (or 0xC650DD) is known color: Medium Orchid. HEX triplet: C6, 50 and DD. RGB value is (198,80,221). Sum of RGB (Red+Green+Blue) = 198+80+221=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #C650DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C650DD is #39AF22. Grayscale: #828282. Windows color (decimal): -3780387 or 14504134. OLE color: 14504134.
HSL color Cylindrical-coordinate representation of color #C650DD: hue angle of 290.21º degrees, saturation: 0.67, 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 #C650DD is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 80 | 221 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.13 |
| HSL | 290.21º | 0.67% | 0.59% | - |
| HSV(B) | 290.21º | 0.64% | 0.87% | - |
| XYZ | 39.21 | 22.96 | 70.77 | - |
| YUV | 131.36 | 178.59 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 221 | 0.10 | 0.64 | 0 | 0.13 | 290.21 | 0.67 | 0.59 |
| Hex | C6 | 50 | DD | A | 40 | 0 | D | 122 | 43 | 3B |
| Octal | 306 | 120 | 335 | 12 | 100 | 0 | 15 | 442 | 103 | 73 |
| Binary | 11000110 | 1010000 | 11011101 | 1010 | 1000000 | 0 | 1101 | 100100010 | 1000011 | 111011 |
Color Harmonies of #C650DD
Complementary color
Monochromatic Colors of #C650DD
Black with #C650DD
Text Example
Text Example
White with #C650DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650DD; }
p { color: rgb(198,80,221); }
H1.HeaderClassName
{
color: #C650DD;
}
.AnyTagClassName
{
color: #C650DD;
}
</style>
background-color css
<style>
a { background-color: #C650DD; }
a { background-color: rgb(198,80,221); }
div.DivClassName
{
background-color: #C650DD;
}
.BgClassName
{
background-color: #C650DD;
}
</style>
border-color css
<style>
span { border-color: #C650DD; }
span { border-color: rgb(198,80,221); }
td.TdClassName
{
border-color: #C650DD;
}
.TagClassName
{
border-color: #C650DD;
}
</style>