Shades of Medium Orchid #C943DD
Tints of Medium Orchid #C943DD
RGB
CMYK
RGB Variations
Color information
#C943DD (or 0xC943DD) is known color: Medium Orchid. HEX triplet: C9, 43 and DD. RGB value is (201,67,221). Sum of RGB (Red+Green+Blue) = 201+67+221=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 67 (26.56% from 255 or 13.70% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #C943DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943DD is #36BC22. Grayscale: #7C7C7C. Windows color (decimal): -3587107 or 14500809. OLE color: 14500809.
HSL color Cylindrical-coordinate representation of color #C943DD: hue angle of 292.21º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C943DD is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 67 | 221 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.13 |
| HSL | 292.21º | 0.69% | 0.56% | - |
| HSV(B) | 292.21º | 0.7% | 0.87% | - |
| XYZ | 39.15 | 21.65 | 70.52 | - |
| YUV | 124.62 | 182.39 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 221 | 0.09 | 0.70 | 0 | 0.13 | 292.21 | 0.69 | 0.56 |
| Hex | C9 | 43 | DD | 9 | 46 | 0 | D | 124 | 45 | 38 |
| Octal | 311 | 103 | 335 | 11 | 106 | 0 | 15 | 444 | 105 | 70 |
| Binary | 11001001 | 1000011 | 11011101 | 1001 | 1000110 | 0 | 1101 | 100100100 | 1000101 | 111000 |
Color Harmonies of #C943DD
Complementary color
Monochromatic Colors of #C943DD
Black with #C943DD
Text Example
Text Example
White with #C943DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C943DD; }
p { color: rgb(201,67,221); }
H1.HeaderClassName
{
color: #C943DD;
}
.AnyTagClassName
{
color: #C943DD;
}
</style>
background-color css
<style>
a { background-color: #C943DD; }
a { background-color: rgb(201,67,221); }
div.DivClassName
{
background-color: #C943DD;
}
.BgClassName
{
background-color: #C943DD;
}
</style>
border-color css
<style>
span { border-color: #C943DD; }
span { border-color: rgb(201,67,221); }
td.TdClassName
{
border-color: #C943DD;
}
.TagClassName
{
border-color: #C943DD;
}
</style>