Shades of Medium Orchid #C93FFC
Tints of Medium Orchid #C93FFC
RGB
CMYK
RGB Variations
Color information
#C93FFC (or 0xC93FFC) is known color: Medium Orchid. HEX triplet: C9, 3F and FC. RGB value is (201,63,252). Sum of RGB (Red+Green+Blue) = 201+63+252=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 63 (25% from 255 or 12.21% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #C93FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FFC is #36C003. Grayscale: #7D7D7D. Windows color (decimal): -3588100 or 16531401. OLE color: 16531401.
HSL color Cylindrical-coordinate representation of color #C93FFC: hue angle of 283.81º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93FFC is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 63 | 252 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.01 |
| HSL | 283.81º | 0.97% | 0.62% | - |
| HSV(B) | 283.81º | 0.75% | 0.99% | - |
| XYZ | 43.44 | 23 | 94.25 | - |
| YUV | 125.81 | 199.22 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 252 | 0.20 | 0.75 | 0 | 0.01 | 283.81 | 0.97 | 0.62 |
| Hex | C9 | 3F | FC | 14 | 4B | 0 | 1 | 11C | 61 | 3E |
| Octal | 311 | 77 | 374 | 24 | 113 | 0 | 1 | 434 | 141 | 76 |
| Binary | 11001001 | 111111 | 11111100 | 10100 | 1001011 | 0 | 1 | 100011100 | 1100001 | 111110 |
Color Harmonies of #C93FFC
Complementary color
Monochromatic Colors of #C93FFC
Black with #C93FFC
Text Example
Text Example
White with #C93FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FFC; }
p { color: rgb(201,63,252); }
H1.HeaderClassName
{
color: #C93FFC;
}
.AnyTagClassName
{
color: #C93FFC;
}
</style>
background-color css
<style>
a { background-color: #C93FFC; }
a { background-color: rgb(201,63,252); }
div.DivClassName
{
background-color: #C93FFC;
}
.BgClassName
{
background-color: #C93FFC;
}
</style>
border-color css
<style>
span { border-color: #C93FFC; }
span { border-color: rgb(201,63,252); }
td.TdClassName
{
border-color: #C93FFC;
}
.TagClassName
{
border-color: #C93FFC;
}
</style>