Shades of Medium Orchid #C93DFD
Tints of Medium Orchid #C93DFD
RGB
CMYK
RGB Variations
Color information
#C93DFD (or 0xC93DFD) is known color: Medium Orchid. HEX triplet: C9, 3D and FD. RGB value is (201,61,253). Sum of RGB (Red+Green+Blue) = 201+61+253=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 61 (24.22% from 255 or 11.84% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #C93DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93DFD is #36C202. Grayscale: #7C7C7C. Windows color (decimal): -3588611 or 16596425. OLE color: 16596425.
HSL color Cylindrical-coordinate representation of color #C93DFD: hue angle of 283.75º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93DFD is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 61 | 253 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.01 |
| HSL | 283.75º | 0.98% | 0.62% | - |
| HSV(B) | 283.75º | 0.76% | 0.99% | - |
| XYZ | 43.49 | 22.85 | 95.05 | - |
| YUV | 124.75 | 200.38 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 253 | 0.21 | 0.76 | 0 | 0.01 | 283.75 | 0.98 | 0.62 |
| Hex | C9 | 3D | FD | 15 | 4C | 0 | 1 | 11C | 62 | 3E |
| Octal | 311 | 75 | 375 | 25 | 114 | 0 | 1 | 434 | 142 | 76 |
| Binary | 11001001 | 111101 | 11111101 | 10101 | 1001100 | 0 | 1 | 100011100 | 1100010 | 111110 |
Color Harmonies of #C93DFD
Complementary color
Monochromatic Colors of #C93DFD
Black with #C93DFD
Text Example
Text Example
White with #C93DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DFD; }
p { color: rgb(201,61,253); }
H1.HeaderClassName
{
color: #C93DFD;
}
.AnyTagClassName
{
color: #C93DFD;
}
</style>
background-color css
<style>
a { background-color: #C93DFD; }
a { background-color: rgb(201,61,253); }
div.DivClassName
{
background-color: #C93DFD;
}
.BgClassName
{
background-color: #C93DFD;
}
</style>
border-color css
<style>
span { border-color: #C93DFD; }
span { border-color: rgb(201,61,253); }
td.TdClassName
{
border-color: #C93DFD;
}
.TagClassName
{
border-color: #C93DFD;
}
</style>