Shades of Medium Orchid #C83DED
Tints of Medium Orchid #C83DED
RGB
CMYK
RGB Variations
Color information
#C83DED (or 0xC83DED) is known color: Medium Orchid. HEX triplet: C8, 3D and ED. RGB value is (200,61,237). Sum of RGB (Red+Green+Blue) = 200+61+237=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 61 (24.22% from 255 or 12.25% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #C83DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83DED is #37C212. Grayscale: #7A7A7A. Windows color (decimal): -3654163 or 15547848. OLE color: 15547848.
HSL color Cylindrical-coordinate representation of color #C83DED: hue angle of 287.39º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83DED is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 61 | 237 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.07 |
| HSL | 287.39º | 0.83% | 0.58% | - |
| HSV(B) | 287.39º | 0.74% | 0.93% | - |
| XYZ | 40.77 | 21.73 | 82.17 | - |
| YUV | 122.63 | 192.55 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 237 | 0.16 | 0.74 | 0 | 0.07 | 287.39 | 0.83 | 0.58 |
| Hex | C8 | 3D | ED | 10 | 4A | 0 | 7 | 11F | 53 | 3A |
| Octal | 310 | 75 | 355 | 20 | 112 | 0 | 7 | 437 | 123 | 72 |
| Binary | 11001000 | 111101 | 11101101 | 10000 | 1001010 | 0 | 111 | 100011111 | 1010011 | 111010 |
Color Harmonies of #C83DED
Complementary color
Monochromatic Colors of #C83DED
Black with #C83DED
Text Example
Text Example
White with #C83DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DED; }
p { color: rgb(200,61,237); }
H1.HeaderClassName
{
color: #C83DED;
}
.AnyTagClassName
{
color: #C83DED;
}
</style>
background-color css
<style>
a { background-color: #C83DED; }
a { background-color: rgb(200,61,237); }
div.DivClassName
{
background-color: #C83DED;
}
.BgClassName
{
background-color: #C83DED;
}
</style>
border-color css
<style>
span { border-color: #C83DED; }
span { border-color: rgb(200,61,237); }
td.TdClassName
{
border-color: #C83DED;
}
.TagClassName
{
border-color: #C83DED;
}
</style>