Shades of Medium Orchid #C851DC
Tints of Medium Orchid #C851DC
RGB
CMYK
RGB Variations
Color information
#C851DC (or 0xC851DC) is known color: Medium Orchid. HEX triplet: C8, 51 and DC. RGB value is (200,81,220). Sum of RGB (Red+Green+Blue) = 200+81+220=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #C851DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851DC is #37AE23. Grayscale: #838383. Windows color (decimal): -3649060 or 14438856. OLE color: 14438856.
HSL color Cylindrical-coordinate representation of color #C851DC: hue angle of 291.37º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C851DC is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 81 | 220 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.14 |
| HSL | 291.37º | 0.67% | 0.59% | - |
| HSV(B) | 291.37º | 0.63% | 0.86% | - |
| XYZ | 39.68 | 23.33 | 70.12 | - |
| YUV | 132.43 | 177.42 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 220 | 0.09 | 0.63 | 0 | 0.14 | 291.37 | 0.67 | 0.59 |
| Hex | C8 | 51 | DC | 9 | 3F | 0 | E | 123 | 43 | 3B |
| Octal | 310 | 121 | 334 | 11 | 77 | 0 | 16 | 443 | 103 | 73 |
| Binary | 11001000 | 1010001 | 11011100 | 1001 | 111111 | 0 | 1110 | 100100011 | 1000011 | 111011 |
Color Harmonies of #C851DC
Complementary color
Monochromatic Colors of #C851DC
Black with #C851DC
Text Example
Text Example
White with #C851DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851DC; }
p { color: rgb(200,81,220); }
H1.HeaderClassName
{
color: #C851DC;
}
.AnyTagClassName
{
color: #C851DC;
}
</style>
background-color css
<style>
a { background-color: #C851DC; }
a { background-color: rgb(200,81,220); }
div.DivClassName
{
background-color: #C851DC;
}
.BgClassName
{
background-color: #C851DC;
}
</style>
border-color css
<style>
span { border-color: #C851DC; }
span { border-color: rgb(200,81,220); }
td.TdClassName
{
border-color: #C851DC;
}
.TagClassName
{
border-color: #C851DC;
}
</style>