Shades of Medium Orchid #C93FF8
Tints of Medium Orchid #C93FF8
RGB
CMYK
RGB Variations
Color information
#C93FF8 (or 0xC93FF8) is known color: Medium Orchid. HEX triplet: C9, 3F and F8. RGB value is (201,63,248). Sum of RGB (Red+Green+Blue) = 201+63+248=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #C93FF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FF8 is #36C007. Grayscale: #7C7C7C. Windows color (decimal): -3588104 or 16269257. OLE color: 16269257.
HSL color Cylindrical-coordinate representation of color #C93FF8: hue angle of 284.76º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93FF8 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 63 | 248 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.03 |
| HSL | 284.76º | 0.93% | 0.61% | - |
| HSV(B) | 284.76º | 0.75% | 0.97% | - |
| XYZ | 42.81 | 22.75 | 90.94 | - |
| YUV | 125.35 | 197.22 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 248 | 0.19 | 0.75 | 0 | 0.03 | 284.76 | 0.93 | 0.61 |
| Hex | C9 | 3F | F8 | 13 | 4B | 0 | 3 | 11D | 5D | 3D |
| Octal | 311 | 77 | 370 | 23 | 113 | 0 | 3 | 435 | 135 | 75 |
| Binary | 11001001 | 111111 | 11111000 | 10011 | 1001011 | 0 | 11 | 100011101 | 1011101 | 111101 |
Color Harmonies of #C93FF8
Complementary color
Monochromatic Colors of #C93FF8
Black with #C93FF8
Text Example
Text Example
White with #C93FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FF8; }
p { color: rgb(201,63,248); }
H1.HeaderClassName
{
color: #C93FF8;
}
.AnyTagClassName
{
color: #C93FF8;
}
</style>
background-color css
<style>
a { background-color: #C93FF8; }
a { background-color: rgb(201,63,248); }
div.DivClassName
{
background-color: #C93FF8;
}
.BgClassName
{
background-color: #C93FF8;
}
</style>
border-color css
<style>
span { border-color: #C93FF8; }
span { border-color: rgb(201,63,248); }
td.TdClassName
{
border-color: #C93FF8;
}
.TagClassName
{
border-color: #C93FF8;
}
</style>