Shades of Medium Orchid #C93CDB
Tints of Medium Orchid #C93CDB
RGB
CMYK
RGB Variations
Color information
#C93CDB (or 0xC93CDB) is known color: Medium Orchid. HEX triplet: C9, 3C and DB. RGB value is (201,60,219). Sum of RGB (Red+Green+Blue) = 201+60+219=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #C93CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CDB is #36C324. Grayscale: #777777. Windows color (decimal): -3588901 or 14367945. OLE color: 14367945.
HSL color Cylindrical-coordinate representation of color #C93CDB: hue angle of 293.21º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93CDB is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 60 | 219 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.14 |
| HSL | 293.21º | 0.69% | 0.55% | - |
| HSV(B) | 293.21º | 0.73% | 0.86% | - |
| XYZ | 38.49 | 20.76 | 69 | - |
| YUV | 120.29 | 183.71 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 219 | 0.08 | 0.73 | 0 | 0.14 | 293.21 | 0.69 | 0.55 |
| Hex | C9 | 3C | DB | 8 | 49 | 0 | E | 125 | 45 | 37 |
| Octal | 311 | 74 | 333 | 10 | 111 | 0 | 16 | 445 | 105 | 67 |
| Binary | 11001001 | 111100 | 11011011 | 1000 | 1001001 | 0 | 1110 | 100100101 | 1000101 | 110111 |
Color Harmonies of #C93CDB
Complementary color
Monochromatic Colors of #C93CDB
Black with #C93CDB
Text Example
Text Example
White with #C93CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CDB; }
p { color: rgb(201,60,219); }
H1.HeaderClassName
{
color: #C93CDB;
}
.AnyTagClassName
{
color: #C93CDB;
}
</style>
background-color css
<style>
a { background-color: #C93CDB; }
a { background-color: rgb(201,60,219); }
div.DivClassName
{
background-color: #C93CDB;
}
.BgClassName
{
background-color: #C93CDB;
}
</style>
border-color css
<style>
span { border-color: #C93CDB; }
span { border-color: rgb(201,60,219); }
td.TdClassName
{
border-color: #C93CDB;
}
.TagClassName
{
border-color: #C93CDB;
}
</style>