Shades of Medium Orchid #C83DEE
Tints of Medium Orchid #C83DEE
RGB
CMYK
RGB Variations
Color information
#C83DEE (or 0xC83DEE) is known color: Medium Orchid. HEX triplet: C8, 3D and EE. RGB value is (200,61,238). Sum of RGB (Red+Green+Blue) = 200+61+238=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #C83DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83DEE is #37C211. Grayscale: #7A7A7A. Windows color (decimal): -3654162 or 15613384. OLE color: 15613384.
HSL color Cylindrical-coordinate representation of color #C83DEE: hue angle of 287.12º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83DEE is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 61 | 238 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.07 |
| HSL | 287.12º | 0.84% | 0.59% | - |
| HSV(B) | 287.12º | 0.74% | 0.93% | - |
| XYZ | 40.92 | 21.79 | 82.94 | - |
| YUV | 122.74 | 193.05 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 238 | 0.16 | 0.74 | 0 | 0.07 | 287.12 | 0.84 | 0.59 |
| Hex | C8 | 3D | EE | 10 | 4A | 0 | 7 | 11F | 54 | 3B |
| Octal | 310 | 75 | 356 | 20 | 112 | 0 | 7 | 437 | 124 | 73 |
| Binary | 11001000 | 111101 | 11101110 | 10000 | 1001010 | 0 | 111 | 100011111 | 1010100 | 111011 |
Color Harmonies of #C83DEE
Complementary color
Monochromatic Colors of #C83DEE
Black with #C83DEE
Text Example
Text Example
White with #C83DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DEE; }
p { color: rgb(200,61,238); }
H1.HeaderClassName
{
color: #C83DEE;
}
.AnyTagClassName
{
color: #C83DEE;
}
</style>
background-color css
<style>
a { background-color: #C83DEE; }
a { background-color: rgb(200,61,238); }
div.DivClassName
{
background-color: #C83DEE;
}
.BgClassName
{
background-color: #C83DEE;
}
</style>
border-color css
<style>
span { border-color: #C83DEE; }
span { border-color: rgb(200,61,238); }
td.TdClassName
{
border-color: #C83DEE;
}
.TagClassName
{
border-color: #C83DEE;
}
</style>