Shades of Medium Orchid #C83FDE
Tints of Medium Orchid #C83FDE
RGB
CMYK
RGB Variations
Color information
#C83FDE (or 0xC83FDE) is known color: Medium Orchid. HEX triplet: C8, 3F and DE. RGB value is (200,63,222). Sum of RGB (Red+Green+Blue) = 200+63+222=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #C83FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FDE is #37C021. Grayscale: #797979. Windows color (decimal): -3653666 or 14565320. OLE color: 14565320.
HSL color Cylindrical-coordinate representation of color #C83FDE: hue angle of 291.7º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83FDE is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 63 | 222 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.13 |
| HSL | 291.7º | 0.71% | 0.56% | - |
| HSV(B) | 291.7º | 0.72% | 0.87% | - |
| XYZ | 38.78 | 21.11 | 71.14 | - |
| YUV | 122.09 | 184.39 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 222 | 0.10 | 0.72 | 0 | 0.13 | 291.7 | 0.71 | 0.56 |
| Hex | C8 | 3F | DE | A | 48 | 0 | D | 124 | 47 | 38 |
| Octal | 310 | 77 | 336 | 12 | 110 | 0 | 15 | 444 | 107 | 70 |
| Binary | 11001000 | 111111 | 11011110 | 1010 | 1001000 | 0 | 1101 | 100100100 | 1000111 | 111000 |
Color Harmonies of #C83FDE
Complementary color
Monochromatic Colors of #C83FDE
Black with #C83FDE
Text Example
Text Example
White with #C83FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FDE; }
p { color: rgb(200,63,222); }
H1.HeaderClassName
{
color: #C83FDE;
}
.AnyTagClassName
{
color: #C83FDE;
}
</style>
background-color css
<style>
a { background-color: #C83FDE; }
a { background-color: rgb(200,63,222); }
div.DivClassName
{
background-color: #C83FDE;
}
.BgClassName
{
background-color: #C83FDE;
}
</style>
border-color css
<style>
span { border-color: #C83FDE; }
span { border-color: rgb(200,63,222); }
td.TdClassName
{
border-color: #C83FDE;
}
.TagClassName
{
border-color: #C83FDE;
}
</style>