Shades of Medium Orchid #C650DC
Tints of Medium Orchid #C650DC
RGB
CMYK
RGB Variations
Color information
#C650DC (or 0xC650DC) is known color: Medium Orchid. HEX triplet: C6, 50 and DC. RGB value is (198,80,220). Sum of RGB (Red+Green+Blue) = 198+80+220=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #C650DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C650DC is #39AF23. Grayscale: #828282. Windows color (decimal): -3780388 or 14438598. OLE color: 14438598.
HSL color Cylindrical-coordinate representation of color #C650DC: hue angle of 290.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C650DC is Cyan = 0.1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 80 | 220 | - |
| CMYK | 0.1 | 0.64 | 0 | 0.14 |
| HSL | 290.57º | 0.67% | 0.59% | - |
| HSV(B) | 290.57º | 0.64% | 0.86% | - |
| XYZ | 39.08 | 22.91 | 70.07 | - |
| YUV | 131.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 220 | 0.1 | 0.64 | 0 | 0.14 | 290.57 | 0.67 | 0.59 |
| Hex | C6 | 50 | DC | A | 40 | 0 | E | 123 | 43 | 3B |
| Octal | 306 | 120 | 334 | 12 | 100 | 0 | 16 | 443 | 103 | 73 |
| Binary | 11000110 | 1010000 | 11011100 | 1010 | 1000000 | 0 | 1110 | 100100011 | 1000011 | 111011 |
Color Harmonies of #C650DC
Complementary color
Monochromatic Colors of #C650DC
Black with #C650DC
Text Example
Text Example
White with #C650DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650DC; }
p { color: rgb(198,80,220); }
H1.HeaderClassName
{
color: #C650DC;
}
.AnyTagClassName
{
color: #C650DC;
}
</style>
background-color css
<style>
a { background-color: #C650DC; }
a { background-color: rgb(198,80,220); }
div.DivClassName
{
background-color: #C650DC;
}
.BgClassName
{
background-color: #C650DC;
}
</style>
border-color css
<style>
span { border-color: #C650DC; }
span { border-color: rgb(198,80,220); }
td.TdClassName
{
border-color: #C650DC;
}
.TagClassName
{
border-color: #C650DC;
}
</style>