Shades of Medium Orchid #C93DF0
Tints of Medium Orchid #C93DF0
RGB
CMYK
RGB Variations
Color information
#C93DF0 (or 0xC93DF0) is known color: Medium Orchid. HEX triplet: C9, 3D and F0. RGB value is (201,61,240). Sum of RGB (Red+Green+Blue) = 201+61+240=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 61 (24.22% from 255 or 12.15% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #C93DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93DF0 is #36C20F. Grayscale: #7A7A7A. Windows color (decimal): -3588624 or 15744457. OLE color: 15744457.
HSL color Cylindrical-coordinate representation of color #C93DF0: hue angle of 286.93º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93DF0 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 61 | 240 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.06 |
| HSL | 286.93º | 0.86% | 0.59% | - |
| HSV(B) | 286.93º | 0.75% | 0.94% | - |
| XYZ | 41.48 | 22.05 | 84.51 | - |
| YUV | 123.27 | 193.88 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 240 | 0.16 | 0.75 | 0 | 0.06 | 286.93 | 0.86 | 0.59 |
| Hex | C9 | 3D | F0 | 10 | 4B | 0 | 6 | 11F | 56 | 3B |
| Octal | 311 | 75 | 360 | 20 | 113 | 0 | 6 | 437 | 126 | 73 |
| Binary | 11001001 | 111101 | 11110000 | 10000 | 1001011 | 0 | 110 | 100011111 | 1010110 | 111011 |
Color Harmonies of #C93DF0
Complementary color
Monochromatic Colors of #C93DF0
Black with #C93DF0
Text Example
Text Example
White with #C93DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DF0; }
p { color: rgb(201,61,240); }
H1.HeaderClassName
{
color: #C93DF0;
}
.AnyTagClassName
{
color: #C93DF0;
}
</style>
background-color css
<style>
a { background-color: #C93DF0; }
a { background-color: rgb(201,61,240); }
div.DivClassName
{
background-color: #C93DF0;
}
.BgClassName
{
background-color: #C93DF0;
}
</style>
border-color css
<style>
span { border-color: #C93DF0; }
span { border-color: rgb(201,61,240); }
td.TdClassName
{
border-color: #C93DF0;
}
.TagClassName
{
border-color: #C93DF0;
}
</style>