Shades of Medium Orchid #C93AFD
Tints of Medium Orchid #C93AFD
RGB
CMYK
RGB Variations
Color information
#C93AFD (or 0xC93AFD) is known color: Medium Orchid. HEX triplet: C9, 3A and FD. RGB value is (201,58,253). Sum of RGB (Red+Green+Blue) = 201+58+253=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 58 (23.05% from 255 or 11.33% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #C93AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AFD is #36C502. Grayscale: #7A7A7A. Windows color (decimal): -3589379 or 16595657. OLE color: 16595657.
HSL color Cylindrical-coordinate representation of color #C93AFD: hue angle of 284º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C93AFD is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 58 | 253 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.01 |
| HSL | 284º | 0.98% | 0.61% | - |
| HSV(B) | 284º | 0.77% | 0.99% | - |
| XYZ | 43.33 | 22.54 | 94.99 | - |
| YUV | 122.99 | 201.38 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 253 | 0.21 | 0.77 | 0 | 0.01 | 284 | 0.98 | 0.61 |
| Hex | C9 | 3A | FD | 15 | 4D | 0 | 1 | 11C | 62 | 3D |
| Octal | 311 | 72 | 375 | 25 | 115 | 0 | 1 | 434 | 142 | 75 |
| Binary | 11001001 | 111010 | 11111101 | 10101 | 1001101 | 0 | 1 | 100011100 | 1100010 | 111101 |
Color Harmonies of #C93AFD
Complementary color
Monochromatic Colors of #C93AFD
Black with #C93AFD
Text Example
Text Example
White with #C93AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AFD; }
p { color: rgb(201,58,253); }
H1.HeaderClassName
{
color: #C93AFD;
}
.AnyTagClassName
{
color: #C93AFD;
}
</style>
background-color css
<style>
a { background-color: #C93AFD; }
a { background-color: rgb(201,58,253); }
div.DivClassName
{
background-color: #C93AFD;
}
.BgClassName
{
background-color: #C93AFD;
}
</style>
border-color css
<style>
span { border-color: #C93AFD; }
span { border-color: rgb(201,58,253); }
td.TdClassName
{
border-color: #C93AFD;
}
.TagClassName
{
border-color: #C93AFD;
}
</style>