Shades of Medium Orchid #C83CDF
Tints of Medium Orchid #C83CDF
RGB
CMYK
RGB Variations
Color information
#C83CDF (or 0xC83CDF) is known color: Medium Orchid. HEX triplet: C8, 3C and DF. RGB value is (200,60,223). Sum of RGB (Red+Green+Blue) = 200+60+223=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #C83CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83CDF is #37C320. Grayscale: #777777. Windows color (decimal): -3654433 or 14630088. OLE color: 14630088.
HSL color Cylindrical-coordinate representation of color #C83CDF: hue angle of 291.53º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83CDF is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 60 | 223 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.13 |
| HSL | 291.53º | 0.72% | 0.55% | - |
| HSV(B) | 291.53º | 0.73% | 0.87% | - |
| XYZ | 38.75 | 20.84 | 71.79 | - |
| YUV | 120.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 223 | 0.10 | 0.73 | 0 | 0.13 | 291.53 | 0.72 | 0.55 |
| Hex | C8 | 3C | DF | A | 49 | 0 | D | 124 | 48 | 37 |
| Octal | 310 | 74 | 337 | 12 | 111 | 0 | 15 | 444 | 110 | 67 |
| Binary | 11001000 | 111100 | 11011111 | 1010 | 1001001 | 0 | 1101 | 100100100 | 1001000 | 110111 |
Color Harmonies of #C83CDF
Complementary color
Monochromatic Colors of #C83CDF
Black with #C83CDF
Text Example
Text Example
White with #C83CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CDF; }
p { color: rgb(200,60,223); }
H1.HeaderClassName
{
color: #C83CDF;
}
.AnyTagClassName
{
color: #C83CDF;
}
</style>
background-color css
<style>
a { background-color: #C83CDF; }
a { background-color: rgb(200,60,223); }
div.DivClassName
{
background-color: #C83CDF;
}
.BgClassName
{
background-color: #C83CDF;
}
</style>
border-color css
<style>
span { border-color: #C83CDF; }
span { border-color: rgb(200,60,223); }
td.TdClassName
{
border-color: #C83CDF;
}
.TagClassName
{
border-color: #C83CDF;
}
</style>