Shades of Medium Orchid #C93DF1
Tints of Medium Orchid #C93DF1
RGB
CMYK
RGB Variations
Color information
#C93DF1 (or 0xC93DF1) is known color: Medium Orchid. HEX triplet: C9, 3D and F1. RGB value is (201,61,241). Sum of RGB (Red+Green+Blue) = 201+61+241=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #C93DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93DF1 is #36C20E. Grayscale: #7A7A7A. Windows color (decimal): -3588623 or 15809993. OLE color: 15809993.
HSL color Cylindrical-coordinate representation of color #C93DF1: hue angle of 286.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93DF1 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 61 | 241 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.05 |
| HSL | 286.67º | 0.87% | 0.59% | - |
| HSV(B) | 286.67º | 0.75% | 0.95% | - |
| XYZ | 41.63 | 22.11 | 85.29 | - |
| YUV | 123.38 | 194.38 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 241 | 0.17 | 0.75 | 0 | 0.05 | 286.67 | 0.87 | 0.59 |
| Hex | C9 | 3D | F1 | 11 | 4B | 0 | 5 | 11F | 57 | 3B |
| Octal | 311 | 75 | 361 | 21 | 113 | 0 | 5 | 437 | 127 | 73 |
| Binary | 11001001 | 111101 | 11110001 | 10001 | 1001011 | 0 | 101 | 100011111 | 1010111 | 111011 |
Color Harmonies of #C93DF1
Complementary color
Monochromatic Colors of #C93DF1
Black with #C93DF1
Text Example
Text Example
White with #C93DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DF1; }
p { color: rgb(201,61,241); }
H1.HeaderClassName
{
color: #C93DF1;
}
.AnyTagClassName
{
color: #C93DF1;
}
</style>
background-color css
<style>
a { background-color: #C93DF1; }
a { background-color: rgb(201,61,241); }
div.DivClassName
{
background-color: #C93DF1;
}
.BgClassName
{
background-color: #C93DF1;
}
</style>
border-color css
<style>
span { border-color: #C93DF1; }
span { border-color: rgb(201,61,241); }
td.TdClassName
{
border-color: #C93DF1;
}
.TagClassName
{
border-color: #C93DF1;
}
</style>