Shades of Medium Orchid #C83CFD
Tints of Medium Orchid #C83CFD
RGB
CMYK
RGB Variations
Color information
#C83CFD (or 0xC83CFD) is known color: Medium Orchid. HEX triplet: C8, 3C and FD. RGB value is (200,60,253). Sum of RGB (Red+Green+Blue) = 200+60+253=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 60 (23.83% from 255 or 11.70% 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 #C83CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83CFD is #37C302. Grayscale: #7B7B7B. Windows color (decimal): -3654403 or 16596168. OLE color: 16596168.
HSL color Cylindrical-coordinate representation of color #C83CFD: hue angle of 283.52º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C83CFD is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 60 | 253 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.01 |
| HSL | 283.52º | 0.98% | 0.61% | - |
| HSV(B) | 283.52º | 0.76% | 0.99% | - |
| XYZ | 43.16 | 22.6 | 95.02 | - |
| YUV | 123.86 | 200.88 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 253 | 0.21 | 0.76 | 0 | 0.01 | 283.52 | 0.98 | 0.61 |
| Hex | C8 | 3C | FD | 15 | 4C | 0 | 1 | 11C | 62 | 3D |
| Octal | 310 | 74 | 375 | 25 | 114 | 0 | 1 | 434 | 142 | 75 |
| Binary | 11001000 | 111100 | 11111101 | 10101 | 1001100 | 0 | 1 | 100011100 | 1100010 | 111101 |
Color Harmonies of #C83CFD
Complementary color
Monochromatic Colors of #C83CFD
Black with #C83CFD
Text Example
Text Example
White with #C83CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CFD; }
p { color: rgb(200,60,253); }
H1.HeaderClassName
{
color: #C83CFD;
}
.AnyTagClassName
{
color: #C83CFD;
}
</style>
background-color css
<style>
a { background-color: #C83CFD; }
a { background-color: rgb(200,60,253); }
div.DivClassName
{
background-color: #C83CFD;
}
.BgClassName
{
background-color: #C83CFD;
}
</style>
border-color css
<style>
span { border-color: #C83CFD; }
span { border-color: rgb(200,60,253); }
td.TdClassName
{
border-color: #C83CFD;
}
.TagClassName
{
border-color: #C83CFD;
}
</style>