Shades of Medium Orchid #C835EE
Tints of Medium Orchid #C835EE
RGB
CMYK
RGB Variations
Color information
#C835EE (or 0xC835EE) is known color: Medium Orchid. HEX triplet: C8, 35 and EE. RGB value is (200,53,238). Sum of RGB (Red+Green+Blue) = 200+53+238=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 53 (21.09% from 255 or 10.79% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #C835EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C835EE is #37CA11. Grayscale: #757575. Windows color (decimal): -3656210 or 15611336. OLE color: 15611336.
HSL color Cylindrical-coordinate representation of color #C835EE: hue angle of 287.68º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C835EE is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 53 | 238 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.07 |
| HSL | 287.68º | 0.84% | 0.57% | - |
| HSV(B) | 287.68º | 0.78% | 0.93% | - |
| XYZ | 40.53 | 21 | 82.81 | - |
| YUV | 118.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 238 | 0.16 | 0.78 | 0 | 0.07 | 287.68 | 0.84 | 0.57 |
| Hex | C8 | 35 | EE | 10 | 4E | 0 | 7 | 120 | 54 | 39 |
| Octal | 310 | 65 | 356 | 20 | 116 | 0 | 7 | 440 | 124 | 71 |
| Binary | 11001000 | 110101 | 11101110 | 10000 | 1001110 | 0 | 111 | 100100000 | 1010100 | 111001 |
Color Harmonies of #C835EE
Complementary color
Monochromatic Colors of #C835EE
Black with #C835EE
Text Example
Text Example
White with #C835EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835EE; }
p { color: rgb(200,53,238); }
H1.HeaderClassName
{
color: #C835EE;
}
.AnyTagClassName
{
color: #C835EE;
}
</style>
background-color css
<style>
a { background-color: #C835EE; }
a { background-color: rgb(200,53,238); }
div.DivClassName
{
background-color: #C835EE;
}
.BgClassName
{
background-color: #C835EE;
}
</style>
border-color css
<style>
span { border-color: #C835EE; }
span { border-color: rgb(200,53,238); }
td.TdClassName
{
border-color: #C835EE;
}
.TagClassName
{
border-color: #C835EE;
}
</style>