Shades of Medium Orchid #C651DD
Tints of Medium Orchid #C651DD
RGB
CMYK
RGB Variations
Color information
#C651DD (or 0xC651DD) is known color: Medium Orchid. HEX triplet: C6, 51 and DD. RGB value is (198,81,221). Sum of RGB (Red+Green+Blue) = 198+81+221=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #C651DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651DD is #39AE22. Grayscale: #838383. Windows color (decimal): -3780131 or 14504390. OLE color: 14504390.
HSL color Cylindrical-coordinate representation of color #C651DD: hue angle of 290.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C651DD is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 81 | 221 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.13 |
| HSL | 290.14º | 0.67% | 0.59% | - |
| HSV(B) | 290.14º | 0.63% | 0.87% | - |
| XYZ | 39.28 | 23.11 | 70.8 | - |
| YUV | 131.94 | 178.26 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 221 | 0.10 | 0.63 | 0 | 0.13 | 290.14 | 0.67 | 0.59 |
| Hex | C6 | 51 | DD | A | 3F | 0 | D | 122 | 43 | 3B |
| Octal | 306 | 121 | 335 | 12 | 77 | 0 | 15 | 442 | 103 | 73 |
| Binary | 11000110 | 1010001 | 11011101 | 1010 | 111111 | 0 | 1101 | 100100010 | 1000011 | 111011 |
Color Harmonies of #C651DD
Complementary color
Monochromatic Colors of #C651DD
Black with #C651DD
Text Example
Text Example
White with #C651DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C651DD; }
p { color: rgb(198,81,221); }
H1.HeaderClassName
{
color: #C651DD;
}
.AnyTagClassName
{
color: #C651DD;
}
</style>
background-color css
<style>
a { background-color: #C651DD; }
a { background-color: rgb(198,81,221); }
div.DivClassName
{
background-color: #C651DD;
}
.BgClassName
{
background-color: #C651DD;
}
</style>
border-color css
<style>
span { border-color: #C651DD; }
span { border-color: rgb(198,81,221); }
td.TdClassName
{
border-color: #C651DD;
}
.TagClassName
{
border-color: #C651DD;
}
</style>