Shades of Medium Orchid #C938DB
Tints of Medium Orchid #C938DB
RGB
CMYK
RGB Variations
Color information
#C938DB (or 0xC938DB) is known color: Medium Orchid. HEX triplet: C9, 38 and DB. RGB value is (201,56,219). Sum of RGB (Red+Green+Blue) = 201+56+219=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #C938DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938DB is #36C724. Grayscale: #757575. Windows color (decimal): -3589925 or 14366921. OLE color: 14366921.
HSL color Cylindrical-coordinate representation of color #C938DB: hue angle of 293.37º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C938DB is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 56 | 219 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.14 |
| HSL | 293.37º | 0.69% | 0.54% | - |
| HSV(B) | 293.37º | 0.74% | 0.86% | - |
| XYZ | 38.29 | 20.36 | 68.93 | - |
| YUV | 117.94 | 185.04 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 219 | 0.08 | 0.74 | 0 | 0.14 | 293.37 | 0.69 | 0.54 |
| Hex | C9 | 38 | DB | 8 | 4A | 0 | E | 125 | 45 | 36 |
| Octal | 311 | 70 | 333 | 10 | 112 | 0 | 16 | 445 | 105 | 66 |
| Binary | 11001001 | 111000 | 11011011 | 1000 | 1001010 | 0 | 1110 | 100100101 | 1000101 | 110110 |
Color Harmonies of #C938DB
Complementary color
Monochromatic Colors of #C938DB
Black with #C938DB
Text Example
Text Example
White with #C938DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938DB; }
p { color: rgb(201,56,219); }
H1.HeaderClassName
{
color: #C938DB;
}
.AnyTagClassName
{
color: #C938DB;
}
</style>
background-color css
<style>
a { background-color: #C938DB; }
a { background-color: rgb(201,56,219); }
div.DivClassName
{
background-color: #C938DB;
}
.BgClassName
{
background-color: #C938DB;
}
</style>
border-color css
<style>
span { border-color: #C938DB; }
span { border-color: rgb(201,56,219); }
td.TdClassName
{
border-color: #C938DB;
}
.TagClassName
{
border-color: #C938DB;
}
</style>