Shades of Medium Orchid #C950D4
Tints of Medium Orchid #C950D4
RGB
CMYK
RGB Variations
Color information
#C950D4 (or 0xC950D4) is known color: Medium Orchid. HEX triplet: C9, 50 and D4. RGB value is (201,80,212). Sum of RGB (Red+Green+Blue) = 201+80+212=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 212 - color contains mainly: blue. Hex color #C950D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950D4 is #36AF2B. Grayscale: #828282. Windows color (decimal): -3583788 or 13914313. OLE color: 13914313.
HSL color Cylindrical-coordinate representation of color #C950D4: hue angle of 295º degrees, saturation: 0.61, 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 #C950D4 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 80 | 212 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.17 |
| HSL | 295º | 0.61% | 0.57% | - |
| HSV(B) | 295º | 0.62% | 0.83% | - |
| XYZ | 38.84 | 22.91 | 64.66 | - |
| YUV | 131.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 212 | 0.05 | 0.62 | 0 | 0.17 | 295 | 0.61 | 0.57 |
| Hex | C9 | 50 | D4 | 5 | 3E | 0 | 11 | 127 | 3D | 39 |
| Octal | 311 | 120 | 324 | 5 | 76 | 0 | 21 | 447 | 75 | 71 |
| Binary | 11001001 | 1010000 | 11010100 | 101 | 111110 | 0 | 10001 | 100100111 | 111101 | 111001 |
Color Harmonies of #C950D4
Complementary color
Monochromatic Colors of #C950D4
Black with #C950D4
Text Example
Text Example
White with #C950D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C950D4; }
p { color: rgb(201,80,212); }
H1.HeaderClassName
{
color: #C950D4;
}
.AnyTagClassName
{
color: #C950D4;
}
</style>
background-color css
<style>
a { background-color: #C950D4; }
a { background-color: rgb(201,80,212); }
div.DivClassName
{
background-color: #C950D4;
}
.BgClassName
{
background-color: #C950D4;
}
</style>
border-color css
<style>
span { border-color: #C950D4; }
span { border-color: rgb(201,80,212); }
td.TdClassName
{
border-color: #C950D4;
}
.TagClassName
{
border-color: #C950D4;
}
</style>