Shades of Medium Orchid #C93BF0
Tints of Medium Orchid #C93BF0
RGB
CMYK
RGB Variations
Color information
#C93BF0 (or 0xC93BF0) is known color: Medium Orchid. HEX triplet: C9, 3B and F0. RGB value is (201,59,240). Sum of RGB (Red+Green+Blue) = 201+59+240=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #C93BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93BF0 is #36C40F. Grayscale: #797979. Windows color (decimal): -3589136 or 15743945. OLE color: 15743945.
HSL color Cylindrical-coordinate representation of color #C93BF0: hue angle of 287.07º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93BF0 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 59 | 240 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.06 |
| HSL | 287.07º | 0.86% | 0.59% | - |
| HSV(B) | 287.07º | 0.75% | 0.94% | - |
| XYZ | 41.38 | 21.84 | 84.47 | - |
| YUV | 122.09 | 194.54 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 240 | 0.16 | 0.75 | 0 | 0.06 | 287.07 | 0.86 | 0.59 |
| Hex | C9 | 3B | F0 | 10 | 4B | 0 | 6 | 11F | 56 | 3B |
| Octal | 311 | 73 | 360 | 20 | 113 | 0 | 6 | 437 | 126 | 73 |
| Binary | 11001001 | 111011 | 11110000 | 10000 | 1001011 | 0 | 110 | 100011111 | 1010110 | 111011 |
Color Harmonies of #C93BF0
Complementary color
Monochromatic Colors of #C93BF0
Black with #C93BF0
Text Example
Text Example
White with #C93BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93BF0; }
p { color: rgb(201,59,240); }
H1.HeaderClassName
{
color: #C93BF0;
}
.AnyTagClassName
{
color: #C93BF0;
}
</style>
background-color css
<style>
a { background-color: #C93BF0; }
a { background-color: rgb(201,59,240); }
div.DivClassName
{
background-color: #C93BF0;
}
.BgClassName
{
background-color: #C93BF0;
}
</style>
border-color css
<style>
span { border-color: #C93BF0; }
span { border-color: rgb(201,59,240); }
td.TdClassName
{
border-color: #C93BF0;
}
.TagClassName
{
border-color: #C93BF0;
}
</style>