Shades of Medium Orchid #C93AFB
Tints of Medium Orchid #C93AFB
RGB
CMYK
RGB Variations
Color information
#C93AFB (or 0xC93AFB) is known color: Medium Orchid. HEX triplet: C9, 3A and FB. RGB value is (201,58,251). Sum of RGB (Red+Green+Blue) = 201+58+251=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #C93AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AFB is #36C504. Grayscale: #7A7A7A. Windows color (decimal): -3589381 or 16464585. OLE color: 16464585.
HSL color Cylindrical-coordinate representation of color #C93AFB: hue angle of 284.46º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C93AFB is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 58 | 251 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.02 |
| HSL | 284.46º | 0.96% | 0.61% | - |
| HSV(B) | 284.46º | 0.77% | 0.98% | - |
| XYZ | 43.01 | 22.41 | 93.33 | - |
| YUV | 122.76 | 200.38 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 251 | 0.20 | 0.77 | 0 | 0.02 | 284.46 | 0.96 | 0.61 |
| Hex | C9 | 3A | FB | 14 | 4D | 0 | 2 | 11C | 60 | 3D |
| Octal | 311 | 72 | 373 | 24 | 115 | 0 | 2 | 434 | 140 | 75 |
| Binary | 11001001 | 111010 | 11111011 | 10100 | 1001101 | 0 | 10 | 100011100 | 1100000 | 111101 |
Color Harmonies of #C93AFB
Complementary color
Monochromatic Colors of #C93AFB
Black with #C93AFB
Text Example
Text Example
White with #C93AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AFB; }
p { color: rgb(201,58,251); }
H1.HeaderClassName
{
color: #C93AFB;
}
.AnyTagClassName
{
color: #C93AFB;
}
</style>
background-color css
<style>
a { background-color: #C93AFB; }
a { background-color: rgb(201,58,251); }
div.DivClassName
{
background-color: #C93AFB;
}
.BgClassName
{
background-color: #C93AFB;
}
</style>
border-color css
<style>
span { border-color: #C93AFB; }
span { border-color: rgb(201,58,251); }
td.TdClassName
{
border-color: #C93AFB;
}
.TagClassName
{
border-color: #C93AFB;
}
</style>