Shades of Medium Orchid #C835EB
Tints of Medium Orchid #C835EB
RGB
CMYK
RGB Variations
Color information
#C835EB (or 0xC835EB) is known color: Medium Orchid. HEX triplet: C8, 35 and EB. RGB value is (200,53,235). Sum of RGB (Red+Green+Blue) = 200+53+235=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #C835EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C835EB is #37CA14. Grayscale: #757575. Windows color (decimal): -3656213 or 15414728. OLE color: 15414728.
HSL color Cylindrical-coordinate representation of color #C835EB: hue angle of 288.46º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C835EB is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 53 | 235 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.08 |
| HSL | 288.46º | 0.82% | 0.56% | - |
| HSV(B) | 288.46º | 0.77% | 0.92% | - |
| XYZ | 40.09 | 20.82 | 80.5 | - |
| YUV | 117.7 | 194.2 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 235 | 0.15 | 0.77 | 0 | 0.08 | 288.46 | 0.82 | 0.56 |
| Hex | C8 | 35 | EB | F | 4D | 0 | 8 | 120 | 52 | 38 |
| Octal | 310 | 65 | 353 | 17 | 115 | 0 | 10 | 440 | 122 | 70 |
| Binary | 11001000 | 110101 | 11101011 | 1111 | 1001101 | 0 | 1000 | 100100000 | 1010010 | 111000 |
Color Harmonies of #C835EB
Complementary color
Monochromatic Colors of #C835EB
Black with #C835EB
Text Example
Text Example
White with #C835EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835EB; }
p { color: rgb(200,53,235); }
H1.HeaderClassName
{
color: #C835EB;
}
.AnyTagClassName
{
color: #C835EB;
}
</style>
background-color css
<style>
a { background-color: #C835EB; }
a { background-color: rgb(200,53,235); }
div.DivClassName
{
background-color: #C835EB;
}
.BgClassName
{
background-color: #C835EB;
}
</style>
border-color css
<style>
span { border-color: #C835EB; }
span { border-color: rgb(200,53,235); }
td.TdClassName
{
border-color: #C835EB;
}
.TagClassName
{
border-color: #C835EB;
}
</style>