Shades of Medium Orchid #C940DD
Tints of Medium Orchid #C940DD
RGB
CMYK
RGB Variations
Color information
#C940DD (or 0xC940DD) is known color: Medium Orchid. HEX triplet: C9, 40 and DD. RGB value is (201,64,221). Sum of RGB (Red+Green+Blue) = 201+64+221=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #C940DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940DD is #36BF22. Grayscale: #7A7A7A. Windows color (decimal): -3587875 or 14500041. OLE color: 14500041.
HSL color Cylindrical-coordinate representation of color #C940DD: hue angle of 292.36º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C940DD is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 64 | 221 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.13 |
| HSL | 292.36º | 0.7% | 0.56% | - |
| HSV(B) | 292.36º | 0.71% | 0.87% | - |
| XYZ | 38.97 | 21.3 | 70.46 | - |
| YUV | 122.86 | 183.39 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 221 | 0.09 | 0.71 | 0 | 0.13 | 292.36 | 0.7 | 0.56 |
| Hex | C9 | 40 | DD | 9 | 47 | 0 | D | 124 | 46 | 38 |
| Octal | 311 | 100 | 335 | 11 | 107 | 0 | 15 | 444 | 106 | 70 |
| Binary | 11001001 | 1000000 | 11011101 | 1001 | 1000111 | 0 | 1101 | 100100100 | 1000110 | 111000 |
Color Harmonies of #C940DD
Complementary color
Monochromatic Colors of #C940DD
Black with #C940DD
Text Example
Text Example
White with #C940DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C940DD; }
p { color: rgb(201,64,221); }
H1.HeaderClassName
{
color: #C940DD;
}
.AnyTagClassName
{
color: #C940DD;
}
</style>
background-color css
<style>
a { background-color: #C940DD; }
a { background-color: rgb(201,64,221); }
div.DivClassName
{
background-color: #C940DD;
}
.BgClassName
{
background-color: #C940DD;
}
</style>
border-color css
<style>
span { border-color: #C940DD; }
span { border-color: rgb(201,64,221); }
td.TdClassName
{
border-color: #C940DD;
}
.TagClassName
{
border-color: #C940DD;
}
</style>