Shades of Medium Orchid #C93FFE
Tints of Medium Orchid #C93FFE
RGB
CMYK
RGB Variations
Color information
#C93FFE (or 0xC93FFE) is known color: Medium Orchid. HEX triplet: C9, 3F and FE. RGB value is (201,63,254). Sum of RGB (Red+Green+Blue) = 201+63+254=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 63 (25% from 255 or 12.16% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #C93FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FFE is #36C001. Grayscale: #7D7D7D. Windows color (decimal): -3588098 or 16662473. OLE color: 16662473.
HSL color Cylindrical-coordinate representation of color #C93FFE: hue angle of 283.35º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93FFE is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 63 | 254 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.00 |
| HSL | 283.35º | 0.99% | 0.62% | - |
| HSV(B) | 283.35º | 0.75% | 1% | - |
| XYZ | 43.75 | 23.13 | 95.92 | - |
| YUV | 126.04 | 200.22 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 254 | 0.21 | 0.75 | 0 | 0.00 | 283.35 | 0.99 | 0.62 |
| Hex | C9 | 3F | FE | 15 | 4B | 0 | 0 | 11B | 63 | 3E |
| Octal | 311 | 77 | 376 | 25 | 113 | 0 | 0 | 433 | 143 | 76 |
| Binary | 11001001 | 111111 | 11111110 | 10101 | 1001011 | 0 | 0 | 100011011 | 1100011 | 111110 |
Color Harmonies of #C93FFE
Complementary color
Monochromatic Colors of #C93FFE
Black with #C93FFE
Text Example
Text Example
White with #C93FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FFE; }
p { color: rgb(201,63,254); }
H1.HeaderClassName
{
color: #C93FFE;
}
.AnyTagClassName
{
color: #C93FFE;
}
</style>
background-color css
<style>
a { background-color: #C93FFE; }
a { background-color: rgb(201,63,254); }
div.DivClassName
{
background-color: #C93FFE;
}
.BgClassName
{
background-color: #C93FFE;
}
</style>
border-color css
<style>
span { border-color: #C93FFE; }
span { border-color: rgb(201,63,254); }
td.TdClassName
{
border-color: #C93FFE;
}
.TagClassName
{
border-color: #C93FFE;
}
</style>