Shades of Medium Orchid #C651D5
Tints of Medium Orchid #C651D5
RGB
CMYK
RGB Variations
Color information
#C651D5 (or 0xC651D5) is known color: Medium Orchid. HEX triplet: C6, 51 and D5. RGB value is (198,81,213). Sum of RGB (Red+Green+Blue) = 198+81+213=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #C651D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651D5 is #39AE2A. Grayscale: #828282. Windows color (decimal): -3780139 or 13980102. OLE color: 13980102.
HSL color Cylindrical-coordinate representation of color #C651D5: hue angle of 293.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C651D5 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 81 | 213 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.16 |
| HSL | 293.18º | 0.61% | 0.58% | - |
| HSV(B) | 293.18º | 0.62% | 0.84% | - |
| XYZ | 38.24 | 22.69 | 65.32 | - |
| YUV | 131.03 | 174.26 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 213 | 0.07 | 0.62 | 0 | 0.16 | 293.18 | 0.61 | 0.58 |
| Hex | C6 | 51 | D5 | 7 | 3E | 0 | 10 | 125 | 3D | 3A |
| Octal | 306 | 121 | 325 | 7 | 76 | 0 | 20 | 445 | 75 | 72 |
| Binary | 11000110 | 1010001 | 11010101 | 111 | 111110 | 0 | 10000 | 100100101 | 111101 | 111010 |
Color Harmonies of #C651D5
Complementary color
Monochromatic Colors of #C651D5
Black with #C651D5
Text Example
Text Example
White with #C651D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C651D5; }
p { color: rgb(198,81,213); }
H1.HeaderClassName
{
color: #C651D5;
}
.AnyTagClassName
{
color: #C651D5;
}
</style>
background-color css
<style>
a { background-color: #C651D5; }
a { background-color: rgb(198,81,213); }
div.DivClassName
{
background-color: #C651D5;
}
.BgClassName
{
background-color: #C651D5;
}
</style>
border-color css
<style>
span { border-color: #C651D5; }
span { border-color: rgb(198,81,213); }
td.TdClassName
{
border-color: #C651D5;
}
.TagClassName
{
border-color: #C651D5;
}
</style>