Shades of Medium Orchid #C835D8
Tints of Medium Orchid #C835D8
RGB
CMYK
RGB Variations
Color information
#C835D8 (or 0xC835D8) is known color: Medium Orchid. HEX triplet: C8, 35 and D8. RGB value is (200,53,216). Sum of RGB (Red+Green+Blue) = 200+53+216=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #C835D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835D8 is #37CA27. Grayscale: #737373. Windows color (decimal): -3656232 or 14169544. OLE color: 14169544.
HSL color Cylindrical-coordinate representation of color #C835D8: hue angle of 294.11º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C835D8 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 53 | 216 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.15 |
| HSL | 294.11º | 0.68% | 0.53% | - |
| HSV(B) | 294.11º | 0.75% | 0.85% | - |
| XYZ | 37.49 | 19.78 | 66.81 | - |
| YUV | 115.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 216 | 0.07 | 0.75 | 0 | 0.15 | 294.11 | 0.68 | 0.53 |
| Hex | C8 | 35 | D8 | 7 | 4B | 0 | F | 126 | 44 | 35 |
| Octal | 310 | 65 | 330 | 7 | 113 | 0 | 17 | 446 | 104 | 65 |
| Binary | 11001000 | 110101 | 11011000 | 111 | 1001011 | 0 | 1111 | 100100110 | 1000100 | 110101 |
Color Harmonies of #C835D8
Complementary color
Monochromatic Colors of #C835D8
Black with #C835D8
Text Example
Text Example
White with #C835D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835D8; }
p { color: rgb(200,53,216); }
H1.HeaderClassName
{
color: #C835D8;
}
.AnyTagClassName
{
color: #C835D8;
}
</style>
background-color css
<style>
a { background-color: #C835D8; }
a { background-color: rgb(200,53,216); }
div.DivClassName
{
background-color: #C835D8;
}
.BgClassName
{
background-color: #C835D8;
}
</style>
border-color css
<style>
span { border-color: #C835D8; }
span { border-color: rgb(200,53,216); }
td.TdClassName
{
border-color: #C835D8;
}
.TagClassName
{
border-color: #C835D8;
}
</style>