Shades of Medium Orchid #C83FD8
Tints of Medium Orchid #C83FD8
RGB
CMYK
RGB Variations
Color information
#C83FD8 (or 0xC83FD8) is known color: Medium Orchid. HEX triplet: C8, 3F and D8. RGB value is (200,63,216). Sum of RGB (Red+Green+Blue) = 200+63+216=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #C83FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FD8 is #37C027. Grayscale: #787878. Windows color (decimal): -3653672 or 14172104. OLE color: 14172104.
HSL color Cylindrical-coordinate representation of color #C83FD8: hue angle of 293.73º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83FD8 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 63 | 216 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.15 |
| HSL | 293.73º | 0.66% | 0.55% | - |
| HSV(B) | 293.73º | 0.71% | 0.85% | - |
| XYZ | 37.99 | 20.79 | 66.98 | - |
| YUV | 121.41 | 181.39 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 216 | 0.07 | 0.71 | 0 | 0.15 | 293.73 | 0.66 | 0.55 |
| Hex | C8 | 3F | D8 | 7 | 47 | 0 | F | 126 | 42 | 37 |
| Octal | 310 | 77 | 330 | 7 | 107 | 0 | 17 | 446 | 102 | 67 |
| Binary | 11001000 | 111111 | 11011000 | 111 | 1000111 | 0 | 1111 | 100100110 | 1000010 | 110111 |
Color Harmonies of #C83FD8
Complementary color
Monochromatic Colors of #C83FD8
Black with #C83FD8
Text Example
Text Example
White with #C83FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FD8; }
p { color: rgb(200,63,216); }
H1.HeaderClassName
{
color: #C83FD8;
}
.AnyTagClassName
{
color: #C83FD8;
}
</style>
background-color css
<style>
a { background-color: #C83FD8; }
a { background-color: rgb(200,63,216); }
div.DivClassName
{
background-color: #C83FD8;
}
.BgClassName
{
background-color: #C83FD8;
}
</style>
border-color css
<style>
span { border-color: #C83FD8; }
span { border-color: rgb(200,63,216); }
td.TdClassName
{
border-color: #C83FD8;
}
.TagClassName
{
border-color: #C83FD8;
}
</style>