Shades of Medium Orchid #C93DFC
Tints of Medium Orchid #C93DFC
RGB
CMYK
RGB Variations
Color information
#C93DFC (or 0xC93DFC) is known color: Medium Orchid. HEX triplet: C9, 3D and FC. RGB value is (201,61,252). Sum of RGB (Red+Green+Blue) = 201+61+252=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 61 (24.22% from 255 or 11.87% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #C93DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93DFC is #36C203. Grayscale: #7C7C7C. Windows color (decimal): -3588612 or 16530889. OLE color: 16530889.
HSL color Cylindrical-coordinate representation of color #C93DFC: hue angle of 283.98º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93DFC is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 61 | 252 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.01 |
| HSL | 283.98º | 0.97% | 0.61% | - |
| HSV(B) | 283.98º | 0.76% | 0.99% | - |
| XYZ | 43.33 | 22.78 | 94.21 | - |
| YUV | 124.63 | 199.88 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 252 | 0.20 | 0.76 | 0 | 0.01 | 283.98 | 0.97 | 0.61 |
| Hex | C9 | 3D | FC | 14 | 4C | 0 | 1 | 11C | 61 | 3D |
| Octal | 311 | 75 | 374 | 24 | 114 | 0 | 1 | 434 | 141 | 75 |
| Binary | 11001001 | 111101 | 11111100 | 10100 | 1001100 | 0 | 1 | 100011100 | 1100001 | 111101 |
Color Harmonies of #C93DFC
Complementary color
Monochromatic Colors of #C93DFC
Black with #C93DFC
Text Example
Text Example
White with #C93DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DFC; }
p { color: rgb(201,61,252); }
H1.HeaderClassName
{
color: #C93DFC;
}
.AnyTagClassName
{
color: #C93DFC;
}
</style>
background-color css
<style>
a { background-color: #C93DFC; }
a { background-color: rgb(201,61,252); }
div.DivClassName
{
background-color: #C93DFC;
}
.BgClassName
{
background-color: #C93DFC;
}
</style>
border-color css
<style>
span { border-color: #C93DFC; }
span { border-color: rgb(201,61,252); }
td.TdClassName
{
border-color: #C93DFC;
}
.TagClassName
{
border-color: #C93DFC;
}
</style>