Shades of Medium Orchid #C93DEA
Tints of Medium Orchid #C93DEA
RGB
CMYK
RGB Variations
Color information
#C93DEA (or 0xC93DEA) is known color: Medium Orchid. HEX triplet: C9, 3D and EA. RGB value is (201,61,234). Sum of RGB (Red+Green+Blue) = 201+61+234=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #C93DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93DEA is #36C215. Grayscale: #7A7A7A. Windows color (decimal): -3588630 or 15351241. OLE color: 15351241.
HSL color Cylindrical-coordinate representation of color #C93DEA: hue angle of 288.55º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93DEA is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 61 | 234 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.08 |
| HSL | 288.55º | 0.8% | 0.58% | - |
| HSV(B) | 288.55º | 0.74% | 0.92% | - |
| XYZ | 40.61 | 21.7 | 79.89 | - |
| YUV | 122.58 | 190.88 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 234 | 0.14 | 0.74 | 0 | 0.08 | 288.55 | 0.8 | 0.58 |
| Hex | C9 | 3D | EA | E | 4A | 0 | 8 | 121 | 50 | 3A |
| Octal | 311 | 75 | 352 | 16 | 112 | 0 | 10 | 441 | 120 | 72 |
| Binary | 11001001 | 111101 | 11101010 | 1110 | 1001010 | 0 | 1000 | 100100001 | 1010000 | 111010 |
Color Harmonies of #C93DEA
Complementary color
Monochromatic Colors of #C93DEA
Black with #C93DEA
Text Example
Text Example
White with #C93DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DEA; }
p { color: rgb(201,61,234); }
H1.HeaderClassName
{
color: #C93DEA;
}
.AnyTagClassName
{
color: #C93DEA;
}
</style>
background-color css
<style>
a { background-color: #C93DEA; }
a { background-color: rgb(201,61,234); }
div.DivClassName
{
background-color: #C93DEA;
}
.BgClassName
{
background-color: #C93DEA;
}
</style>
border-color css
<style>
span { border-color: #C93DEA; }
span { border-color: rgb(201,61,234); }
td.TdClassName
{
border-color: #C93DEA;
}
.TagClassName
{
border-color: #C93DEA;
}
</style>