Shades of Medium Orchid #C93AFE
Tints of Medium Orchid #C93AFE
RGB
CMYK
RGB Variations
Color information
#C93AFE (or 0xC93AFE) is known color: Medium Orchid. HEX triplet: C9, 3A and FE. RGB value is (201,58,254). Sum of RGB (Red+Green+Blue) = 201+58+254=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 58 (23.05% from 255 or 11.31% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #C93AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AFE is #36C501. Grayscale: #7A7A7A. Windows color (decimal): -3589378 or 16661193. OLE color: 16661193.
HSL color Cylindrical-coordinate representation of color #C93AFE: hue angle of 283.78º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C93AFE is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 58 | 254 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.00 |
| HSL | 283.78º | 0.99% | 0.61% | - |
| HSV(B) | 283.78º | 0.77% | 1% | - |
| XYZ | 43.49 | 22.6 | 95.84 | - |
| YUV | 123.1 | 201.88 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 254 | 0.21 | 0.77 | 0 | 0.00 | 283.78 | 0.99 | 0.61 |
| Hex | C9 | 3A | FE | 15 | 4D | 0 | 0 | 11C | 63 | 3D |
| Octal | 311 | 72 | 376 | 25 | 115 | 0 | 0 | 434 | 143 | 75 |
| Binary | 11001001 | 111010 | 11111110 | 10101 | 1001101 | 0 | 0 | 100011100 | 1100011 | 111101 |
Color Harmonies of #C93AFE
Complementary color
Monochromatic Colors of #C93AFE
Black with #C93AFE
Text Example
Text Example
White with #C93AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AFE; }
p { color: rgb(201,58,254); }
H1.HeaderClassName
{
color: #C93AFE;
}
.AnyTagClassName
{
color: #C93AFE;
}
</style>
background-color css
<style>
a { background-color: #C93AFE; }
a { background-color: rgb(201,58,254); }
div.DivClassName
{
background-color: #C93AFE;
}
.BgClassName
{
background-color: #C93AFE;
}
</style>
border-color css
<style>
span { border-color: #C93AFE; }
span { border-color: rgb(201,58,254); }
td.TdClassName
{
border-color: #C93AFE;
}
.TagClassName
{
border-color: #C93AFE;
}
</style>