Shades of Medium Orchid #C83BFF
Tints of Medium Orchid #C83BFF
RGB
CMYK
RGB Variations
Color information
#C83BFF (or 0xC83BFF) is known color: Medium Orchid. HEX triplet: C8, 3B and FF. RGB value is (200,59,255). Sum of RGB (Red+Green+Blue) = 200+59+255=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 59 (23.44% from 255 or 11.48% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #C83BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83BFF is #37C400. Grayscale: #7A7A7A. Windows color (decimal): -3654657 or 16726984. OLE color: 16726984.
HSL color Cylindrical-coordinate representation of color #C83BFF: hue angle of 283.16º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C83BFF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 59 | 255 | - |
| CMYK | 0.22 | 0.77 | 0 | 0 |
| HSL | 283.16º | 1% | 0.62% | - |
| HSV(B) | 283.16º | 0.77% | 1% | - |
| XYZ | 43.43 | 22.63 | 96.69 | - |
| YUV | 123.5 | 202.21 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 255 | 0.22 | 0.77 | 0 | 0 | 283.16 | 1 | 0.62 |
| Hex | C8 | 3B | FF | 16 | 4D | 0 | 0 | 11B | 64 | 3E |
| Octal | 310 | 73 | 377 | 26 | 115 | 0 | 0 | 433 | 144 | 76 |
| Binary | 11001000 | 111011 | 11111111 | 10110 | 1001101 | 0 | 0 | 100011011 | 1100100 | 111110 |
Color Harmonies of #C83BFF
Complementary color
Monochromatic Colors of #C83BFF
Black with #C83BFF
Text Example
Text Example
White with #C83BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83BFF; }
p { color: rgb(200,59,255); }
H1.HeaderClassName
{
color: #C83BFF;
}
.AnyTagClassName
{
color: #C83BFF;
}
</style>
background-color css
<style>
a { background-color: #C83BFF; }
a { background-color: rgb(200,59,255); }
div.DivClassName
{
background-color: #C83BFF;
}
.BgClassName
{
background-color: #C83BFF;
}
</style>
border-color css
<style>
span { border-color: #C83BFF; }
span { border-color: rgb(200,59,255); }
td.TdClassName
{
border-color: #C83BFF;
}
.TagClassName
{
border-color: #C83BFF;
}
</style>