Shades of Medium Orchid #C93FDF
Tints of Medium Orchid #C93FDF
RGB
CMYK
RGB Variations
Color information
#C93FDF (or 0xC93FDF) is known color: Medium Orchid. HEX triplet: C9, 3F and DF. RGB value is (201,63,223). Sum of RGB (Red+Green+Blue) = 201+63+223=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #C93FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FDF is #36C020. Grayscale: #7A7A7A. Windows color (decimal): -3588129 or 14630857. OLE color: 14630857.
HSL color Cylindrical-coordinate representation of color #C93FDF: hue angle of 291.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93FDF is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 63 | 223 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.13 |
| HSL | 291.75º | 0.71% | 0.56% | - |
| HSV(B) | 291.75º | 0.72% | 0.87% | - |
| XYZ | 39.18 | 21.3 | 71.86 | - |
| YUV | 122.5 | 184.72 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 223 | 0.10 | 0.72 | 0 | 0.13 | 291.75 | 0.71 | 0.56 |
| Hex | C9 | 3F | DF | A | 48 | 0 | D | 124 | 47 | 38 |
| Octal | 311 | 77 | 337 | 12 | 110 | 0 | 15 | 444 | 107 | 70 |
| Binary | 11001001 | 111111 | 11011111 | 1010 | 1001000 | 0 | 1101 | 100100100 | 1000111 | 111000 |
Color Harmonies of #C93FDF
Complementary color
Monochromatic Colors of #C93FDF
Black with #C93FDF
Text Example
Text Example
White with #C93FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FDF; }
p { color: rgb(201,63,223); }
H1.HeaderClassName
{
color: #C93FDF;
}
.AnyTagClassName
{
color: #C93FDF;
}
</style>
background-color css
<style>
a { background-color: #C93FDF; }
a { background-color: rgb(201,63,223); }
div.DivClassName
{
background-color: #C93FDF;
}
.BgClassName
{
background-color: #C93FDF;
}
</style>
border-color css
<style>
span { border-color: #C93FDF; }
span { border-color: rgb(201,63,223); }
td.TdClassName
{
border-color: #C93FDF;
}
.TagClassName
{
border-color: #C93FDF;
}
</style>