Shades of Medium Orchid #C951D6
Tints of Medium Orchid #C951D6
RGB
CMYK
RGB Variations
Color information
#C951D6 (or 0xC951D6) is known color: Medium Orchid. HEX triplet: C9, 51 and D6. RGB value is (201,81,214). Sum of RGB (Red+Green+Blue) = 201+81+214=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #C951D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951D6 is #36AE29. Grayscale: #838383. Windows color (decimal): -3583530 or 14045641. OLE color: 14045641.
HSL color Cylindrical-coordinate representation of color #C951D6: hue angle of 294.14º 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 #C951D6 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 81 | 214 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.16 |
| HSL | 294.14º | 0.62% | 0.58% | - |
| HSV(B) | 294.14º | 0.62% | 0.84% | - |
| XYZ | 39.17 | 23.16 | 66.02 | - |
| YUV | 132.04 | 174.26 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 214 | 0.06 | 0.62 | 0 | 0.16 | 294.14 | 0.62 | 0.58 |
| Hex | C9 | 51 | D6 | 6 | 3E | 0 | 10 | 126 | 3E | 3A |
| Octal | 311 | 121 | 326 | 6 | 76 | 0 | 20 | 446 | 76 | 72 |
| Binary | 11001001 | 1010001 | 11010110 | 110 | 111110 | 0 | 10000 | 100100110 | 111110 | 111010 |
Color Harmonies of #C951D6
Complementary color
Monochromatic Colors of #C951D6
Black with #C951D6
Text Example
Text Example
White with #C951D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951D6; }
p { color: rgb(201,81,214); }
H1.HeaderClassName
{
color: #C951D6;
}
.AnyTagClassName
{
color: #C951D6;
}
</style>
background-color css
<style>
a { background-color: #C951D6; }
a { background-color: rgb(201,81,214); }
div.DivClassName
{
background-color: #C951D6;
}
.BgClassName
{
background-color: #C951D6;
}
</style>
border-color css
<style>
span { border-color: #C951D6; }
span { border-color: rgb(201,81,214); }
td.TdClassName
{
border-color: #C951D6;
}
.TagClassName
{
border-color: #C951D6;
}
</style>