Shades of Medium Orchid #C938D3
Tints of Medium Orchid #C938D3
RGB
CMYK
RGB Variations
Color information
#C938D3 (or 0xC938D3) is known color: Medium Orchid. HEX triplet: C9, 38 and D3. RGB value is (201,56,211). Sum of RGB (Red+Green+Blue) = 201+56+211=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 211 - color contains mainly: blue. Hex color #C938D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938D3 is #36C72C. Grayscale: #747474. Windows color (decimal): -3589933 or 13842633. OLE color: 13842633.
HSL color Cylindrical-coordinate representation of color #C938D3: hue angle of 296.13º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C938D3 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 56 | 211 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.17 |
| HSL | 296.13º | 0.64% | 0.52% | - |
| HSV(B) | 296.13º | 0.73% | 0.83% | - |
| XYZ | 37.26 | 19.95 | 63.51 | - |
| YUV | 117.03 | 181.04 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 211 | 0.05 | 0.73 | 0 | 0.17 | 296.13 | 0.64 | 0.52 |
| Hex | C9 | 38 | D3 | 5 | 49 | 0 | 11 | 128 | 40 | 34 |
| Octal | 311 | 70 | 323 | 5 | 111 | 0 | 21 | 450 | 100 | 64 |
| Binary | 11001001 | 111000 | 11010011 | 101 | 1001001 | 0 | 10001 | 100101000 | 1000000 | 110100 |
Color Harmonies of #C938D3
Complementary color
Monochromatic Colors of #C938D3
Black with #C938D3
Text Example
Text Example
White with #C938D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938D3; }
p { color: rgb(201,56,211); }
H1.HeaderClassName
{
color: #C938D3;
}
.AnyTagClassName
{
color: #C938D3;
}
</style>
background-color css
<style>
a { background-color: #C938D3; }
a { background-color: rgb(201,56,211); }
div.DivClassName
{
background-color: #C938D3;
}
.BgClassName
{
background-color: #C938D3;
}
</style>
border-color css
<style>
span { border-color: #C938D3; }
span { border-color: rgb(201,56,211); }
td.TdClassName
{
border-color: #C938D3;
}
.TagClassName
{
border-color: #C938D3;
}
</style>