Shades of Medium Orchid #C951D5
Tints of Medium Orchid #C951D5
RGB
CMYK
RGB Variations
Color information
#C951D5 (or 0xC951D5) is known color: Medium Orchid. HEX triplet: C9, 51 and D5. RGB value is (201,81,213). Sum of RGB (Red+Green+Blue) = 201+81+213=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #C951D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951D5 is #36AE2A. Grayscale: #838383. Windows color (decimal): -3583531 or 13980105. OLE color: 13980105.
HSL color Cylindrical-coordinate representation of color #C951D5: hue angle of 294.55º 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 #C951D5 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 81 | 213 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.16 |
| HSL | 294.55º | 0.61% | 0.58% | - |
| HSV(B) | 294.55º | 0.62% | 0.84% | - |
| XYZ | 39.04 | 23.11 | 65.35 | - |
| YUV | 131.93 | 173.76 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 213 | 0.06 | 0.62 | 0 | 0.16 | 294.55 | 0.61 | 0.58 |
| Hex | C9 | 51 | D5 | 6 | 3E | 0 | 10 | 127 | 3D | 3A |
| Octal | 311 | 121 | 325 | 6 | 76 | 0 | 20 | 447 | 75 | 72 |
| Binary | 11001001 | 1010001 | 11010101 | 110 | 111110 | 0 | 10000 | 100100111 | 111101 | 111010 |
Color Harmonies of #C951D5
Complementary color
Monochromatic Colors of #C951D5
Black with #C951D5
Text Example
Text Example
White with #C951D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951D5; }
p { color: rgb(201,81,213); }
H1.HeaderClassName
{
color: #C951D5;
}
.AnyTagClassName
{
color: #C951D5;
}
</style>
background-color css
<style>
a { background-color: #C951D5; }
a { background-color: rgb(201,81,213); }
div.DivClassName
{
background-color: #C951D5;
}
.BgClassName
{
background-color: #C951D5;
}
</style>
border-color css
<style>
span { border-color: #C951D5; }
span { border-color: rgb(201,81,213); }
td.TdClassName
{
border-color: #C951D5;
}
.TagClassName
{
border-color: #C951D5;
}
</style>