Shades of Medium Orchid #C83DDF
Tints of Medium Orchid #C83DDF
RGB
CMYK
RGB Variations
Color information
#C83DDF (or 0xC83DDF) is known color: Medium Orchid. HEX triplet: C8, 3D and DF. RGB value is (200,61,223). Sum of RGB (Red+Green+Blue) = 200+61+223=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 61 (24.22% from 255 or 12.60% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #C83DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83DDF is #37C220. Grayscale: #787878. Windows color (decimal): -3654177 or 14630344. OLE color: 14630344.
HSL color Cylindrical-coordinate representation of color #C83DDF: hue angle of 291.48º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83DDF is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 61 | 223 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.13 |
| HSL | 291.48º | 0.72% | 0.56% | - |
| HSV(B) | 291.48º | 0.73% | 0.87% | - |
| XYZ | 38.81 | 20.94 | 71.81 | - |
| YUV | 121.03 | 185.55 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 223 | 0.10 | 0.73 | 0 | 0.13 | 291.48 | 0.72 | 0.56 |
| Hex | C8 | 3D | DF | A | 49 | 0 | D | 123 | 48 | 38 |
| Octal | 310 | 75 | 337 | 12 | 111 | 0 | 15 | 443 | 110 | 70 |
| Binary | 11001000 | 111101 | 11011111 | 1010 | 1001001 | 0 | 1101 | 100100011 | 1001000 | 111000 |
Color Harmonies of #C83DDF
Complementary color
Monochromatic Colors of #C83DDF
Black with #C83DDF
Text Example
Text Example
White with #C83DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DDF; }
p { color: rgb(200,61,223); }
H1.HeaderClassName
{
color: #C83DDF;
}
.AnyTagClassName
{
color: #C83DDF;
}
</style>
background-color css
<style>
a { background-color: #C83DDF; }
a { background-color: rgb(200,61,223); }
div.DivClassName
{
background-color: #C83DDF;
}
.BgClassName
{
background-color: #C83DDF;
}
</style>
border-color css
<style>
span { border-color: #C83DDF; }
span { border-color: rgb(200,61,223); }
td.TdClassName
{
border-color: #C83DDF;
}
.TagClassName
{
border-color: #C83DDF;
}
</style>