Shades of Medium Orchid #C83DEB
Tints of Medium Orchid #C83DEB
RGB
CMYK
RGB Variations
Color information
#C83DEB (or 0xC83DEB) is known color: Medium Orchid. HEX triplet: C8, 3D and EB. RGB value is (200,61,235). Sum of RGB (Red+Green+Blue) = 200+61+235=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #C83DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83DEB is #37C214. Grayscale: #797979. Windows color (decimal): -3654165 or 15416776. OLE color: 15416776.
HSL color Cylindrical-coordinate representation of color #C83DEB: hue angle of 287.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83DEB is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 61 | 235 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.08 |
| HSL | 287.93º | 0.81% | 0.58% | - |
| HSV(B) | 287.93º | 0.74% | 0.92% | - |
| XYZ | 40.48 | 21.62 | 80.64 | - |
| YUV | 122.4 | 191.55 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 235 | 0.15 | 0.74 | 0 | 0.08 | 287.93 | 0.81 | 0.58 |
| Hex | C8 | 3D | EB | F | 4A | 0 | 8 | 120 | 51 | 3A |
| Octal | 310 | 75 | 353 | 17 | 112 | 0 | 10 | 440 | 121 | 72 |
| Binary | 11001000 | 111101 | 11101011 | 1111 | 1001010 | 0 | 1000 | 100100000 | 1010001 | 111010 |
Color Harmonies of #C83DEB
Complementary color
Monochromatic Colors of #C83DEB
Black with #C83DEB
Text Example
Text Example
White with #C83DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DEB; }
p { color: rgb(200,61,235); }
H1.HeaderClassName
{
color: #C83DEB;
}
.AnyTagClassName
{
color: #C83DEB;
}
</style>
background-color css
<style>
a { background-color: #C83DEB; }
a { background-color: rgb(200,61,235); }
div.DivClassName
{
background-color: #C83DEB;
}
.BgClassName
{
background-color: #C83DEB;
}
</style>
border-color css
<style>
span { border-color: #C83DEB; }
span { border-color: rgb(200,61,235); }
td.TdClassName
{
border-color: #C83DEB;
}
.TagClassName
{
border-color: #C83DEB;
}
</style>