Shades of Medium Orchid #C939DA
Tints of Medium Orchid #C939DA
RGB
CMYK
RGB Variations
Color information
#C939DA (or 0xC939DA) is known color: Medium Orchid. HEX triplet: C9, 39 and DA. RGB value is (201,57,218). Sum of RGB (Red+Green+Blue) = 201+57+218=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #C939DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C939DA is #36C625. Grayscale: #757575. Windows color (decimal): -3589670 or 14301641. OLE color: 14301641.
HSL color Cylindrical-coordinate representation of color #C939DA: hue angle of 293.66º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C939DA is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 57 | 218 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.15 |
| HSL | 293.66º | 0.69% | 0.54% | - |
| HSV(B) | 293.66º | 0.74% | 0.85% | - |
| XYZ | 38.21 | 20.41 | 68.25 | - |
| YUV | 118.41 | 184.21 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 218 | 0.08 | 0.74 | 0 | 0.15 | 293.66 | 0.69 | 0.54 |
| Hex | C9 | 39 | DA | 8 | 4A | 0 | F | 126 | 45 | 36 |
| Octal | 311 | 71 | 332 | 10 | 112 | 0 | 17 | 446 | 105 | 66 |
| Binary | 11001001 | 111001 | 11011010 | 1000 | 1001010 | 0 | 1111 | 100100110 | 1000101 | 110110 |
Color Harmonies of #C939DA
Complementary color
Monochromatic Colors of #C939DA
Black with #C939DA
Text Example
Text Example
White with #C939DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C939DA; }
p { color: rgb(201,57,218); }
H1.HeaderClassName
{
color: #C939DA;
}
.AnyTagClassName
{
color: #C939DA;
}
</style>
background-color css
<style>
a { background-color: #C939DA; }
a { background-color: rgb(201,57,218); }
div.DivClassName
{
background-color: #C939DA;
}
.BgClassName
{
background-color: #C939DA;
}
</style>
border-color css
<style>
span { border-color: #C939DA; }
span { border-color: rgb(201,57,218); }
td.TdClassName
{
border-color: #C939DA;
}
.TagClassName
{
border-color: #C939DA;
}
</style>