Shades of Medium Orchid #C83FEF
Tints of Medium Orchid #C83FEF
RGB
CMYK
RGB Variations
Color information
#C83FEF (or 0xC83FEF) is known color: Medium Orchid. HEX triplet: C8, 3F and EF. RGB value is (200,63,239). Sum of RGB (Red+Green+Blue) = 200+63+239=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #C83FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83FEF is #37C010. Grayscale: #7B7B7B. Windows color (decimal): -3653649 or 15679432. OLE color: 15679432.
HSL color Cylindrical-coordinate representation of color #C83FEF: hue angle of 286.7º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83FEF is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 63 | 239 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.06 |
| HSL | 286.7º | 0.85% | 0.59% | - |
| HSV(B) | 286.7º | 0.74% | 0.94% | - |
| XYZ | 41.18 | 22.07 | 83.75 | - |
| YUV | 124.03 | 192.89 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 239 | 0.16 | 0.74 | 0 | 0.06 | 286.7 | 0.85 | 0.59 |
| Hex | C8 | 3F | EF | 10 | 4A | 0 | 6 | 11F | 55 | 3B |
| Octal | 310 | 77 | 357 | 20 | 112 | 0 | 6 | 437 | 125 | 73 |
| Binary | 11001000 | 111111 | 11101111 | 10000 | 1001010 | 0 | 110 | 100011111 | 1010101 | 111011 |
Color Harmonies of #C83FEF
Complementary color
Monochromatic Colors of #C83FEF
Black with #C83FEF
Text Example
Text Example
White with #C83FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FEF; }
p { color: rgb(200,63,239); }
H1.HeaderClassName
{
color: #C83FEF;
}
.AnyTagClassName
{
color: #C83FEF;
}
</style>
background-color css
<style>
a { background-color: #C83FEF; }
a { background-color: rgb(200,63,239); }
div.DivClassName
{
background-color: #C83FEF;
}
.BgClassName
{
background-color: #C83FEF;
}
</style>
border-color css
<style>
span { border-color: #C83FEF; }
span { border-color: rgb(200,63,239); }
td.TdClassName
{
border-color: #C83FEF;
}
.TagClassName
{
border-color: #C83FEF;
}
</style>