Shades of Medium Orchid #C951D4
Tints of Medium Orchid #C951D4
RGB
CMYK
RGB Variations
Color information
#C951D4 (or 0xC951D4) is known color: Medium Orchid. HEX triplet: C9, 51 and D4. RGB value is (201,81,212). Sum of RGB (Red+Green+Blue) = 201+81+212=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #C951D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951D4 is #36AE2B. Grayscale: #838383. Windows color (decimal): -3583532 or 13914569. OLE color: 13914569.
HSL color Cylindrical-coordinate representation of color #C951D4: hue angle of 294.96º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C951D4 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 81 | 212 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.17 |
| HSL | 294.96º | 0.6% | 0.57% | - |
| HSV(B) | 294.96º | 0.62% | 0.83% | - |
| XYZ | 38.91 | 23.06 | 64.69 | - |
| YUV | 131.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 212 | 0.05 | 0.62 | 0 | 0.17 | 294.96 | 0.6 | 0.57 |
| Hex | C9 | 51 | D4 | 5 | 3E | 0 | 11 | 127 | 3C | 39 |
| Octal | 311 | 121 | 324 | 5 | 76 | 0 | 21 | 447 | 74 | 71 |
| Binary | 11001001 | 1010001 | 11010100 | 101 | 111110 | 0 | 10001 | 100100111 | 111100 | 111001 |
Color Harmonies of #C951D4
Complementary color
Monochromatic Colors of #C951D4
Black with #C951D4
Text Example
Text Example
White with #C951D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951D4; }
p { color: rgb(201,81,212); }
H1.HeaderClassName
{
color: #C951D4;
}
.AnyTagClassName
{
color: #C951D4;
}
</style>
background-color css
<style>
a { background-color: #C951D4; }
a { background-color: rgb(201,81,212); }
div.DivClassName
{
background-color: #C951D4;
}
.BgClassName
{
background-color: #C951D4;
}
</style>
border-color css
<style>
span { border-color: #C951D4; }
span { border-color: rgb(201,81,212); }
td.TdClassName
{
border-color: #C951D4;
}
.TagClassName
{
border-color: #C951D4;
}
</style>