Shades of Medium Orchid #C835D5
Tints of Medium Orchid #C835D5
RGB
CMYK
RGB Variations
Color information
#C835D5 (or 0xC835D5) is known color: Medium Orchid. HEX triplet: C8, 35 and D5. RGB value is (200,53,213). Sum of RGB (Red+Green+Blue) = 200+53+213=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #C835D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835D5 is #37CA2A. Grayscale: #727272. Windows color (decimal): -3656235 or 13972936. OLE color: 13972936.
HSL color Cylindrical-coordinate representation of color #C835D5: hue angle of 295.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C835D5 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 53 | 213 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.16 |
| HSL | 295.13º | 0.66% | 0.52% | - |
| HSV(B) | 295.13º | 0.75% | 0.84% | - |
| XYZ | 37.1 | 19.63 | 64.78 | - |
| YUV | 115.19 | 183.2 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 213 | 0.06 | 0.75 | 0 | 0.16 | 295.13 | 0.66 | 0.52 |
| Hex | C8 | 35 | D5 | 6 | 4B | 0 | 10 | 127 | 42 | 34 |
| Octal | 310 | 65 | 325 | 6 | 113 | 0 | 20 | 447 | 102 | 64 |
| Binary | 11001000 | 110101 | 11010101 | 110 | 1001011 | 0 | 10000 | 100100111 | 1000010 | 110100 |
Color Harmonies of #C835D5
Complementary color
Monochromatic Colors of #C835D5
Black with #C835D5
Text Example
Text Example
White with #C835D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835D5; }
p { color: rgb(200,53,213); }
H1.HeaderClassName
{
color: #C835D5;
}
.AnyTagClassName
{
color: #C835D5;
}
</style>
background-color css
<style>
a { background-color: #C835D5; }
a { background-color: rgb(200,53,213); }
div.DivClassName
{
background-color: #C835D5;
}
.BgClassName
{
background-color: #C835D5;
}
</style>
border-color css
<style>
span { border-color: #C835D5; }
span { border-color: rgb(200,53,213); }
td.TdClassName
{
border-color: #C835D5;
}
.TagClassName
{
border-color: #C835D5;
}
</style>