Shades of Medium Orchid #C83DFB
Tints of Medium Orchid #C83DFB
RGB
CMYK
RGB Variations
Color information
#C83DFB (or 0xC83DFB) is known color: Medium Orchid. HEX triplet: C8, 3D and FB. RGB value is (200,61,251). Sum of RGB (Red+Green+Blue) = 200+61+251=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 61 (24.22% from 255 or 11.91% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #C83DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83DFB is #37C204. Grayscale: #7B7B7B. Windows color (decimal): -3654149 or 16465352. OLE color: 16465352.
HSL color Cylindrical-coordinate representation of color #C83DFB: hue angle of 283.89º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C83DFB is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 61 | 251 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.02 |
| HSL | 283.89º | 0.96% | 0.61% | - |
| HSV(B) | 283.89º | 0.76% | 0.98% | - |
| XYZ | 42.9 | 22.58 | 93.36 | - |
| YUV | 124.22 | 199.55 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 251 | 0.20 | 0.76 | 0 | 0.02 | 283.89 | 0.96 | 0.61 |
| Hex | C8 | 3D | FB | 14 | 4C | 0 | 2 | 11C | 60 | 3D |
| Octal | 310 | 75 | 373 | 24 | 114 | 0 | 2 | 434 | 140 | 75 |
| Binary | 11001000 | 111101 | 11111011 | 10100 | 1001100 | 0 | 10 | 100011100 | 1100000 | 111101 |
Color Harmonies of #C83DFB
Complementary color
Monochromatic Colors of #C83DFB
Black with #C83DFB
Text Example
Text Example
White with #C83DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DFB; }
p { color: rgb(200,61,251); }
H1.HeaderClassName
{
color: #C83DFB;
}
.AnyTagClassName
{
color: #C83DFB;
}
</style>
background-color css
<style>
a { background-color: #C83DFB; }
a { background-color: rgb(200,61,251); }
div.DivClassName
{
background-color: #C83DFB;
}
.BgClassName
{
background-color: #C83DFB;
}
</style>
border-color css
<style>
span { border-color: #C83DFB; }
span { border-color: rgb(200,61,251); }
td.TdClassName
{
border-color: #C83DFB;
}
.TagClassName
{
border-color: #C83DFB;
}
</style>