Shades of Medium Orchid #C851D7
Tints of Medium Orchid #C851D7
RGB
CMYK
RGB Variations
Color information
#C851D7 (or 0xC851D7) is known color: Medium Orchid. HEX triplet: C8, 51 and D7. RGB value is (200,81,215). Sum of RGB (Red+Green+Blue) = 200+81+215=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #C851D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851D7 is #37AE28. Grayscale: #838383. Windows color (decimal): -3649065 or 14111176. OLE color: 14111176.
HSL color Cylindrical-coordinate representation of color #C851D7: hue angle of 293.28º degrees, saturation: 0.63, 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 #C851D7 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 81 | 215 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.16 |
| HSL | 293.28º | 0.63% | 0.58% | - |
| HSV(B) | 293.28º | 0.62% | 0.84% | - |
| XYZ | 39.03 | 23.07 | 66.69 | - |
| YUV | 131.86 | 174.92 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 215 | 0.07 | 0.62 | 0 | 0.16 | 293.28 | 0.63 | 0.58 |
| Hex | C8 | 51 | D7 | 7 | 3E | 0 | 10 | 125 | 3F | 3A |
| Octal | 310 | 121 | 327 | 7 | 76 | 0 | 20 | 445 | 77 | 72 |
| Binary | 11001000 | 1010001 | 11010111 | 111 | 111110 | 0 | 10000 | 100100101 | 111111 | 111010 |
Color Harmonies of #C851D7
Complementary color
Monochromatic Colors of #C851D7
Black with #C851D7
Text Example
Text Example
White with #C851D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851D7; }
p { color: rgb(200,81,215); }
H1.HeaderClassName
{
color: #C851D7;
}
.AnyTagClassName
{
color: #C851D7;
}
</style>
background-color css
<style>
a { background-color: #C851D7; }
a { background-color: rgb(200,81,215); }
div.DivClassName
{
background-color: #C851D7;
}
.BgClassName
{
background-color: #C851D7;
}
</style>
border-color css
<style>
span { border-color: #C851D7; }
span { border-color: rgb(200,81,215); }
td.TdClassName
{
border-color: #C851D7;
}
.TagClassName
{
border-color: #C851D7;
}
</style>