Shades of Medium Orchid #C251D6
Tints of Medium Orchid #C251D6
RGB
CMYK
RGB Variations
Color information
#C251D6 (or 0xC251D6) is known color: Medium Orchid. HEX triplet: C2, 51 and D6. RGB value is (194,81,214). Sum of RGB (Red+Green+Blue) = 194+81+214=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #C251D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251D6 is #3DAE29. Grayscale: #818181. Windows color (decimal): -4042282 or 14045634. OLE color: 14045634.
HSL color Cylindrical-coordinate representation of color #C251D6: hue angle of 290.98º degrees, saturation: 0.62, 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 #C251D6 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 81 | 214 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.16 |
| HSL | 290.98º | 0.62% | 0.58% | - |
| HSV(B) | 290.98º | 0.62% | 0.84% | - |
| XYZ | 37.33 | 22.21 | 65.94 | - |
| YUV | 129.95 | 175.44 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 214 | 0.09 | 0.62 | 0 | 0.16 | 290.98 | 0.62 | 0.58 |
| Hex | C2 | 51 | D6 | 9 | 3E | 0 | 10 | 123 | 3E | 3A |
| Octal | 302 | 121 | 326 | 11 | 76 | 0 | 20 | 443 | 76 | 72 |
| Binary | 11000010 | 1010001 | 11010110 | 1001 | 111110 | 0 | 10000 | 100100011 | 111110 | 111010 |
Color Harmonies of #C251D6
Complementary color
Monochromatic Colors of #C251D6
Black with #C251D6
Text Example
Text Example
White with #C251D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251D6; }
p { color: rgb(194,81,214); }
H1.HeaderClassName
{
color: #C251D6;
}
.AnyTagClassName
{
color: #C251D6;
}
</style>
background-color css
<style>
a { background-color: #C251D6; }
a { background-color: rgb(194,81,214); }
div.DivClassName
{
background-color: #C251D6;
}
.BgClassName
{
background-color: #C251D6;
}
</style>
border-color css
<style>
span { border-color: #C251D6; }
span { border-color: rgb(194,81,214); }
td.TdClassName
{
border-color: #C251D6;
}
.TagClassName
{
border-color: #C251D6;
}
</style>