Shades of Medium Orchid #C83DD8
Tints of Medium Orchid #C83DD8
RGB
CMYK
RGB Variations
Color information
#C83DD8 (or 0xC83DD8) is known color: Medium Orchid. HEX triplet: C8, 3D and D8. RGB value is (200,61,216). Sum of RGB (Red+Green+Blue) = 200+61+216=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #C83DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83DD8 is #37C227. Grayscale: #777777. Windows color (decimal): -3654184 or 14171592. OLE color: 14171592.
HSL color Cylindrical-coordinate representation of color #C83DD8: hue angle of 293.81º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83DD8 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 61 | 216 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.15 |
| HSL | 293.81º | 0.67% | 0.54% | - |
| HSV(B) | 293.81º | 0.72% | 0.85% | - |
| XYZ | 37.88 | 20.57 | 66.94 | - |
| YUV | 120.23 | 182.05 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 216 | 0.07 | 0.72 | 0 | 0.15 | 293.81 | 0.67 | 0.54 |
| Hex | C8 | 3D | D8 | 7 | 48 | 0 | F | 126 | 43 | 36 |
| Octal | 310 | 75 | 330 | 7 | 110 | 0 | 17 | 446 | 103 | 66 |
| Binary | 11001000 | 111101 | 11011000 | 111 | 1001000 | 0 | 1111 | 100100110 | 1000011 | 110110 |
Color Harmonies of #C83DD8
Complementary color
Monochromatic Colors of #C83DD8
Black with #C83DD8
Text Example
Text Example
White with #C83DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DD8; }
p { color: rgb(200,61,216); }
H1.HeaderClassName
{
color: #C83DD8;
}
.AnyTagClassName
{
color: #C83DD8;
}
</style>
background-color css
<style>
a { background-color: #C83DD8; }
a { background-color: rgb(200,61,216); }
div.DivClassName
{
background-color: #C83DD8;
}
.BgClassName
{
background-color: #C83DD8;
}
</style>
border-color css
<style>
span { border-color: #C83DD8; }
span { border-color: rgb(200,61,216); }
td.TdClassName
{
border-color: #C83DD8;
}
.TagClassName
{
border-color: #C83DD8;
}
</style>