Shades of Medium Orchid #C940D8
Tints of Medium Orchid #C940D8
RGB
CMYK
RGB Variations
Color information
#C940D8 (or 0xC940D8) is known color: Medium Orchid. HEX triplet: C9, 40 and D8. RGB value is (201,64,216). Sum of RGB (Red+Green+Blue) = 201+64+216=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 216 - color contains mainly: blue. Hex color #C940D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940D8 is #36BF27. Grayscale: #797979. Windows color (decimal): -3587880 or 14172361. OLE color: 14172361.
HSL color Cylindrical-coordinate representation of color #C940D8: hue angle of 294.08º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C940D8 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 64 | 216 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.15 |
| HSL | 294.08º | 0.66% | 0.55% | - |
| HSV(B) | 294.08º | 0.7% | 0.85% | - |
| XYZ | 38.32 | 21.04 | 67.01 | - |
| YUV | 122.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 216 | 0.07 | 0.70 | 0 | 0.15 | 294.08 | 0.66 | 0.55 |
| Hex | C9 | 40 | D8 | 7 | 46 | 0 | F | 126 | 42 | 37 |
| Octal | 311 | 100 | 330 | 7 | 106 | 0 | 17 | 446 | 102 | 67 |
| Binary | 11001001 | 1000000 | 11011000 | 111 | 1000110 | 0 | 1111 | 100100110 | 1000010 | 110111 |
Color Harmonies of #C940D8
Complementary color
Monochromatic Colors of #C940D8
Black with #C940D8
Text Example
Text Example
White with #C940D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C940D8; }
p { color: rgb(201,64,216); }
H1.HeaderClassName
{
color: #C940D8;
}
.AnyTagClassName
{
color: #C940D8;
}
</style>
background-color css
<style>
a { background-color: #C940D8; }
a { background-color: rgb(201,64,216); }
div.DivClassName
{
background-color: #C940D8;
}
.BgClassName
{
background-color: #C940D8;
}
</style>
border-color css
<style>
span { border-color: #C940D8; }
span { border-color: rgb(201,64,216); }
td.TdClassName
{
border-color: #C940D8;
}
.TagClassName
{
border-color: #C940D8;
}
</style>