Shades of Medium Orchid #C835E5
Tints of Medium Orchid #C835E5
RGB
CMYK
RGB Variations
Color information
#C835E5 (or 0xC835E5) is known color: Medium Orchid. HEX triplet: C8, 35 and E5. RGB value is (200,53,229). Sum of RGB (Red+Green+Blue) = 200+53+229=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #C835E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835E5 is #37CA1A. Grayscale: #747474. Windows color (decimal): -3656219 or 15021512. OLE color: 15021512.
HSL color Cylindrical-coordinate representation of color #C835E5: hue angle of 290.11º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C835E5 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 53 | 229 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.10 |
| HSL | 290.11º | 0.77% | 0.55% | - |
| HSV(B) | 290.11º | 0.77% | 0.9% | - |
| XYZ | 39.24 | 20.48 | 76.01 | - |
| YUV | 117.02 | 191.2 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 229 | 0.13 | 0.77 | 0 | 0.10 | 290.11 | 0.77 | 0.55 |
| Hex | C8 | 35 | E5 | D | 4D | 0 | A | 122 | 4D | 37 |
| Octal | 310 | 65 | 345 | 15 | 115 | 0 | 12 | 442 | 115 | 67 |
| Binary | 11001000 | 110101 | 11100101 | 1101 | 1001101 | 0 | 1010 | 100100010 | 1001101 | 110111 |
Color Harmonies of #C835E5
Complementary color
Monochromatic Colors of #C835E5
Black with #C835E5
Text Example
Text Example
White with #C835E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835E5; }
p { color: rgb(200,53,229); }
H1.HeaderClassName
{
color: #C835E5;
}
.AnyTagClassName
{
color: #C835E5;
}
</style>
background-color css
<style>
a { background-color: #C835E5; }
a { background-color: rgb(200,53,229); }
div.DivClassName
{
background-color: #C835E5;
}
.BgClassName
{
background-color: #C835E5;
}
</style>
border-color css
<style>
span { border-color: #C835E5; }
span { border-color: rgb(200,53,229); }
td.TdClassName
{
border-color: #C835E5;
}
.TagClassName
{
border-color: #C835E5;
}
</style>