Shades of Medium Orchid #C93BFD
Tints of Medium Orchid #C93BFD
RGB
CMYK
RGB Variations
Color information
#C93BFD (or 0xC93BFD) is known color: Medium Orchid. HEX triplet: C9, 3B and FD. RGB value is (201,59,253). Sum of RGB (Red+Green+Blue) = 201+59+253=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 59 (23.44% from 255 or 11.50% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #C93BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93BFD is #36C402. Grayscale: #7A7A7A. Windows color (decimal): -3589123 or 16595913. OLE color: 16595913.
HSL color Cylindrical-coordinate representation of color #C93BFD: hue angle of 283.92º 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 #C93BFD is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 59 | 253 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.01 |
| HSL | 283.92º | 0.98% | 0.61% | - |
| HSV(B) | 283.92º | 0.77% | 0.99% | - |
| XYZ | 43.38 | 22.64 | 95.01 | - |
| YUV | 123.57 | 201.04 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 253 | 0.21 | 0.77 | 0 | 0.01 | 283.92 | 0.98 | 0.61 |
| Hex | C9 | 3B | FD | 15 | 4D | 0 | 1 | 11C | 62 | 3D |
| Octal | 311 | 73 | 375 | 25 | 115 | 0 | 1 | 434 | 142 | 75 |
| Binary | 11001001 | 111011 | 11111101 | 10101 | 1001101 | 0 | 1 | 100011100 | 1100010 | 111101 |
Color Harmonies of #C93BFD
Complementary color
Monochromatic Colors of #C93BFD
Black with #C93BFD
Text Example
Text Example
White with #C93BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93BFD; }
p { color: rgb(201,59,253); }
H1.HeaderClassName
{
color: #C93BFD;
}
.AnyTagClassName
{
color: #C93BFD;
}
</style>
background-color css
<style>
a { background-color: #C93BFD; }
a { background-color: rgb(201,59,253); }
div.DivClassName
{
background-color: #C93BFD;
}
.BgClassName
{
background-color: #C93BFD;
}
</style>
border-color css
<style>
span { border-color: #C93BFD; }
span { border-color: rgb(201,59,253); }
td.TdClassName
{
border-color: #C93BFD;
}
.TagClassName
{
border-color: #C93BFD;
}
</style>