Shades of Medium Orchid #C83EFD
Tints of Medium Orchid #C83EFD
RGB
CMYK
RGB Variations
Color information
#C83EFD (or 0xC83EFD) is known color: Medium Orchid. HEX triplet: C8, 3E and FD. RGB value is (200,62,253). Sum of RGB (Red+Green+Blue) = 200+62+253=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 62 (24.61% from 255 or 12.04% 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 #C83EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83EFD is #37C102. Grayscale: #7C7C7C. Windows color (decimal): -3653891 or 16596680. OLE color: 16596680.
HSL color Cylindrical-coordinate representation of color #C83EFD: hue angle of 283.35º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83EFD is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 62 | 253 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.01 |
| HSL | 283.35º | 0.98% | 0.62% | - |
| HSV(B) | 283.35º | 0.75% | 0.99% | - |
| XYZ | 43.27 | 22.82 | 95.05 | - |
| YUV | 125.04 | 200.22 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 253 | 0.21 | 0.75 | 0 | 0.01 | 283.35 | 0.98 | 0.62 |
| Hex | C8 | 3E | FD | 15 | 4B | 0 | 1 | 11B | 62 | 3E |
| Octal | 310 | 76 | 375 | 25 | 113 | 0 | 1 | 433 | 142 | 76 |
| Binary | 11001000 | 111110 | 11111101 | 10101 | 1001011 | 0 | 1 | 100011011 | 1100010 | 111110 |
Color Harmonies of #C83EFD
Complementary color
Monochromatic Colors of #C83EFD
Black with #C83EFD
Text Example
Text Example
White with #C83EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83EFD; }
p { color: rgb(200,62,253); }
H1.HeaderClassName
{
color: #C83EFD;
}
.AnyTagClassName
{
color: #C83EFD;
}
</style>
background-color css
<style>
a { background-color: #C83EFD; }
a { background-color: rgb(200,62,253); }
div.DivClassName
{
background-color: #C83EFD;
}
.BgClassName
{
background-color: #C83EFD;
}
</style>
border-color css
<style>
span { border-color: #C83EFD; }
span { border-color: rgb(200,62,253); }
td.TdClassName
{
border-color: #C83EFD;
}
.TagClassName
{
border-color: #C83EFD;
}
</style>