Shades of Medium Orchid #C83BF9
Tints of Medium Orchid #C83BF9
RGB
CMYK
RGB Variations
Color information
#C83BF9 (or 0xC83BF9) is known color: Medium Orchid. HEX triplet: C8, 3B and F9. RGB value is (200,59,249). Sum of RGB (Red+Green+Blue) = 200+59+249=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 59 (23.44% from 255 or 11.61% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #C83BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83BF9 is #37C406. Grayscale: #7A7A7A. Windows color (decimal): -3654663 or 16333768. OLE color: 16333768.
HSL color Cylindrical-coordinate representation of color #C83BF9: hue angle of 284.53º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C83BF9 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 59 | 249 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.02 |
| HSL | 284.53º | 0.94% | 0.6% | - |
| HSV(B) | 284.53º | 0.76% | 0.98% | - |
| XYZ | 42.48 | 22.25 | 91.68 | - |
| YUV | 122.82 | 199.21 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 249 | 0.20 | 0.76 | 0 | 0.02 | 284.53 | 0.94 | 0.6 |
| Hex | C8 | 3B | F9 | 14 | 4C | 0 | 2 | 11D | 5E | 3C |
| Octal | 310 | 73 | 371 | 24 | 114 | 0 | 2 | 435 | 136 | 74 |
| Binary | 11001000 | 111011 | 11111001 | 10100 | 1001100 | 0 | 10 | 100011101 | 1011110 | 111100 |
Color Harmonies of #C83BF9
Complementary color
Monochromatic Colors of #C83BF9
Black with #C83BF9
Text Example
Text Example
White with #C83BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83BF9; }
p { color: rgb(200,59,249); }
H1.HeaderClassName
{
color: #C83BF9;
}
.AnyTagClassName
{
color: #C83BF9;
}
</style>
background-color css
<style>
a { background-color: #C83BF9; }
a { background-color: rgb(200,59,249); }
div.DivClassName
{
background-color: #C83BF9;
}
.BgClassName
{
background-color: #C83BF9;
}
</style>
border-color css
<style>
span { border-color: #C83BF9; }
span { border-color: rgb(200,59,249); }
td.TdClassName
{
border-color: #C83BF9;
}
.TagClassName
{
border-color: #C83BF9;
}
</style>