Shades of Medium Orchid #C93CDD
Tints of Medium Orchid #C93CDD
RGB
CMYK
RGB Variations
Color information
#C93CDD (or 0xC93CDD) is known color: Medium Orchid. HEX triplet: C9, 3C and DD. RGB value is (201,60,221). Sum of RGB (Red+Green+Blue) = 201+60+221=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #C93CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CDD is #36C322. Grayscale: #787878. Windows color (decimal): -3588899 or 14499017. OLE color: 14499017.
HSL color Cylindrical-coordinate representation of color #C93CDD: hue angle of 292.55º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93CDD is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 60 | 221 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.13 |
| HSL | 292.55º | 0.7% | 0.55% | - |
| HSV(B) | 292.55º | 0.73% | 0.87% | - |
| XYZ | 38.75 | 20.87 | 70.39 | - |
| YUV | 120.51 | 184.71 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 221 | 0.09 | 0.73 | 0 | 0.13 | 292.55 | 0.7 | 0.55 |
| Hex | C9 | 3C | DD | 9 | 49 | 0 | D | 125 | 46 | 37 |
| Octal | 311 | 74 | 335 | 11 | 111 | 0 | 15 | 445 | 106 | 67 |
| Binary | 11001001 | 111100 | 11011101 | 1001 | 1001001 | 0 | 1101 | 100100101 | 1000110 | 110111 |
Color Harmonies of #C93CDD
Complementary color
Monochromatic Colors of #C93CDD
Black with #C93CDD
Text Example
Text Example
White with #C93CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CDD; }
p { color: rgb(201,60,221); }
H1.HeaderClassName
{
color: #C93CDD;
}
.AnyTagClassName
{
color: #C93CDD;
}
</style>
background-color css
<style>
a { background-color: #C93CDD; }
a { background-color: rgb(201,60,221); }
div.DivClassName
{
background-color: #C93CDD;
}
.BgClassName
{
background-color: #C93CDD;
}
</style>
border-color css
<style>
span { border-color: #C93CDD; }
span { border-color: rgb(201,60,221); }
td.TdClassName
{
border-color: #C93CDD;
}
.TagClassName
{
border-color: #C93CDD;
}
</style>