Shades of Medium Orchid #C93CD3
Tints of Medium Orchid #C93CD3
RGB
CMYK
RGB Variations
Color information
#C93CD3 (or 0xC93CD3) is known color: Medium Orchid. HEX triplet: C9, 3C and D3. RGB value is (201,60,211). Sum of RGB (Red+Green+Blue) = 201+60+211=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 211 - color contains mainly: blue. Hex color #C93CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CD3 is #36C32C. Grayscale: #767676. Windows color (decimal): -3588909 or 13843657. OLE color: 13843657.
HSL color Cylindrical-coordinate representation of color #C93CD3: hue angle of 296.03º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93CD3 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 60 | 211 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.17 |
| HSL | 296.03º | 0.63% | 0.53% | - |
| HSV(B) | 296.03º | 0.72% | 0.83% | - |
| XYZ | 37.46 | 20.35 | 63.58 | - |
| YUV | 119.37 | 179.71 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 211 | 0.05 | 0.72 | 0 | 0.17 | 296.03 | 0.63 | 0.53 |
| Hex | C9 | 3C | D3 | 5 | 48 | 0 | 11 | 128 | 3F | 35 |
| Octal | 311 | 74 | 323 | 5 | 110 | 0 | 21 | 450 | 77 | 65 |
| Binary | 11001001 | 111100 | 11010011 | 101 | 1001000 | 0 | 10001 | 100101000 | 111111 | 110101 |
Color Harmonies of #C93CD3
Complementary color
Monochromatic Colors of #C93CD3
Black with #C93CD3
Text Example
Text Example
White with #C93CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CD3; }
p { color: rgb(201,60,211); }
H1.HeaderClassName
{
color: #C93CD3;
}
.AnyTagClassName
{
color: #C93CD3;
}
</style>
background-color css
<style>
a { background-color: #C93CD3; }
a { background-color: rgb(201,60,211); }
div.DivClassName
{
background-color: #C93CD3;
}
.BgClassName
{
background-color: #C93CD3;
}
</style>
border-color css
<style>
span { border-color: #C93CD3; }
span { border-color: rgb(201,60,211); }
td.TdClassName
{
border-color: #C93CD3;
}
.TagClassName
{
border-color: #C93CD3;
}
</style>