Shades of Medium Orchid #C83BFE
Tints of Medium Orchid #C83BFE
RGB
CMYK
RGB Variations
Color information
#C83BFE (or 0xC83BFE) is known color: Medium Orchid. HEX triplet: C8, 3B and FE. RGB value is (200,59,254). Sum of RGB (Red+Green+Blue) = 200+59+254=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 59 (23.44% from 255 or 11.50% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #C83BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83BFE is #37C401. Grayscale: #7A7A7A. Windows color (decimal): -3654658 or 16661448. OLE color: 16661448.
HSL color Cylindrical-coordinate representation of color #C83BFE: hue angle of 283.38º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C83BFE is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 59 | 254 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.00 |
| HSL | 283.38º | 0.99% | 0.61% | - |
| HSV(B) | 283.38º | 0.77% | 1% | - |
| XYZ | 43.27 | 22.56 | 95.84 | - |
| YUV | 123.39 | 201.71 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 254 | 0.21 | 0.77 | 0 | 0.00 | 283.38 | 0.99 | 0.61 |
| Hex | C8 | 3B | FE | 15 | 4D | 0 | 0 | 11B | 63 | 3D |
| Octal | 310 | 73 | 376 | 25 | 115 | 0 | 0 | 433 | 143 | 75 |
| Binary | 11001000 | 111011 | 11111110 | 10101 | 1001101 | 0 | 0 | 100011011 | 1100011 | 111101 |
Color Harmonies of #C83BFE
Complementary color
Monochromatic Colors of #C83BFE
Black with #C83BFE
Text Example
Text Example
White with #C83BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83BFE; }
p { color: rgb(200,59,254); }
H1.HeaderClassName
{
color: #C83BFE;
}
.AnyTagClassName
{
color: #C83BFE;
}
</style>
background-color css
<style>
a { background-color: #C83BFE; }
a { background-color: rgb(200,59,254); }
div.DivClassName
{
background-color: #C83BFE;
}
.BgClassName
{
background-color: #C83BFE;
}
</style>
border-color css
<style>
span { border-color: #C83BFE; }
span { border-color: rgb(200,59,254); }
td.TdClassName
{
border-color: #C83BFE;
}
.TagClassName
{
border-color: #C83BFE;
}
</style>