Shades of Medium Orchid #C83BFD
Tints of Medium Orchid #C83BFD
RGB
CMYK
RGB Variations
Color information
#C83BFD (or 0xC83BFD) is known color: Medium Orchid. HEX triplet: C8, 3B and FD. RGB value is (200,59,253). Sum of RGB (Red+Green+Blue) = 200+59+253=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 59 (23.44% from 255 or 11.52% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #C83BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83BFD is #37C402. Grayscale: #7A7A7A. Windows color (decimal): -3654659 or 16595912. OLE color: 16595912.
HSL color Cylindrical-coordinate representation of color #C83BFD: hue angle of 283.61º 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 #C83BFD is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 59 | 253 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.01 |
| HSL | 283.61º | 0.98% | 0.61% | - |
| HSV(B) | 283.61º | 0.77% | 0.99% | - |
| XYZ | 43.11 | 22.5 | 95 | - |
| YUV | 123.28 | 201.21 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 253 | 0.21 | 0.77 | 0 | 0.01 | 283.61 | 0.98 | 0.61 |
| Hex | C8 | 3B | FD | 15 | 4D | 0 | 1 | 11C | 62 | 3D |
| Octal | 310 | 73 | 375 | 25 | 115 | 0 | 1 | 434 | 142 | 75 |
| Binary | 11001000 | 111011 | 11111101 | 10101 | 1001101 | 0 | 1 | 100011100 | 1100010 | 111101 |
Color Harmonies of #C83BFD
Complementary color
Monochromatic Colors of #C83BFD
Black with #C83BFD
Text Example
Text Example
White with #C83BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83BFD; }
p { color: rgb(200,59,253); }
H1.HeaderClassName
{
color: #C83BFD;
}
.AnyTagClassName
{
color: #C83BFD;
}
</style>
background-color css
<style>
a { background-color: #C83BFD; }
a { background-color: rgb(200,59,253); }
div.DivClassName
{
background-color: #C83BFD;
}
.BgClassName
{
background-color: #C83BFD;
}
</style>
border-color css
<style>
span { border-color: #C83BFD; }
span { border-color: rgb(200,59,253); }
td.TdClassName
{
border-color: #C83BFD;
}
.TagClassName
{
border-color: #C83BFD;
}
</style>