Shades of Medium Orchid #C83BDA
Tints of Medium Orchid #C83BDA
RGB
CMYK
RGB Variations
Color information
#C83BDA (or 0xC83BDA) is known color: Medium Orchid. HEX triplet: C8, 3B and DA. RGB value is (200,59,218). Sum of RGB (Red+Green+Blue) = 200+59+218=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #C83BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83BDA is #37C425. Grayscale: #767676. Windows color (decimal): -3654694 or 14302152. OLE color: 14302152.
HSL color Cylindrical-coordinate representation of color #C83BDA: hue angle of 293.21º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83BDA is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 59 | 218 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.15 |
| HSL | 293.21º | 0.68% | 0.54% | - |
| HSV(B) | 293.21º | 0.73% | 0.85% | - |
| XYZ | 38.04 | 20.47 | 68.28 | - |
| YUV | 119.29 | 183.71 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 218 | 0.08 | 0.73 | 0 | 0.15 | 293.21 | 0.68 | 0.54 |
| Hex | C8 | 3B | DA | 8 | 49 | 0 | F | 125 | 44 | 36 |
| Octal | 310 | 73 | 332 | 10 | 111 | 0 | 17 | 445 | 104 | 66 |
| Binary | 11001000 | 111011 | 11011010 | 1000 | 1001001 | 0 | 1111 | 100100101 | 1000100 | 110110 |
Color Harmonies of #C83BDA
Complementary color
Monochromatic Colors of #C83BDA
Black with #C83BDA
Text Example
Text Example
White with #C83BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83BDA; }
p { color: rgb(200,59,218); }
H1.HeaderClassName
{
color: #C83BDA;
}
.AnyTagClassName
{
color: #C83BDA;
}
</style>
background-color css
<style>
a { background-color: #C83BDA; }
a { background-color: rgb(200,59,218); }
div.DivClassName
{
background-color: #C83BDA;
}
.BgClassName
{
background-color: #C83BDA;
}
</style>
border-color css
<style>
span { border-color: #C83BDA; }
span { border-color: rgb(200,59,218); }
td.TdClassName
{
border-color: #C83BDA;
}
.TagClassName
{
border-color: #C83BDA;
}
</style>