Shades of Medium Orchid #C93FFA
Tints of Medium Orchid #C93FFA
RGB
CMYK
RGB Variations
Color information
#C93FFA (or 0xC93FFA) is known color: Medium Orchid. HEX triplet: C9, 3F and FA. RGB value is (201,63,250). Sum of RGB (Red+Green+Blue) = 201+63+250=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 63 (25% from 255 or 12.26% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #C93FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FFA is #36C005. Grayscale: #7C7C7C. Windows color (decimal): -3588102 or 16400329. OLE color: 16400329.
HSL color Cylindrical-coordinate representation of color #C93FFA: hue angle of 284.28º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93FFA is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 63 | 250 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.02 |
| HSL | 284.28º | 0.95% | 0.61% | - |
| HSV(B) | 284.28º | 0.75% | 0.98% | - |
| XYZ | 43.12 | 22.87 | 92.59 | - |
| YUV | 125.58 | 198.22 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 250 | 0.20 | 0.75 | 0 | 0.02 | 284.28 | 0.95 | 0.61 |
| Hex | C9 | 3F | FA | 14 | 4B | 0 | 2 | 11C | 5F | 3D |
| Octal | 311 | 77 | 372 | 24 | 113 | 0 | 2 | 434 | 137 | 75 |
| Binary | 11001001 | 111111 | 11111010 | 10100 | 1001011 | 0 | 10 | 100011100 | 1011111 | 111101 |
Color Harmonies of #C93FFA
Complementary color
Monochromatic Colors of #C93FFA
Black with #C93FFA
Text Example
Text Example
White with #C93FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FFA; }
p { color: rgb(201,63,250); }
H1.HeaderClassName
{
color: #C93FFA;
}
.AnyTagClassName
{
color: #C93FFA;
}
</style>
background-color css
<style>
a { background-color: #C93FFA; }
a { background-color: rgb(201,63,250); }
div.DivClassName
{
background-color: #C93FFA;
}
.BgClassName
{
background-color: #C93FFA;
}
</style>
border-color css
<style>
span { border-color: #C93FFA; }
span { border-color: rgb(201,63,250); }
td.TdClassName
{
border-color: #C93FFA;
}
.TagClassName
{
border-color: #C93FFA;
}
</style>