Shades of Medium Orchid #C835DC
Tints of Medium Orchid #C835DC
RGB
CMYK
RGB Variations
Color information
#C835DC (or 0xC835DC) is known color: Medium Orchid. HEX triplet: C8, 35 and DC. RGB value is (200,53,220). Sum of RGB (Red+Green+Blue) = 200+53+220=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #C835DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835DC is #37CA23. Grayscale: #737373. Windows color (decimal): -3656228 or 14431688. OLE color: 14431688.
HSL color Cylindrical-coordinate representation of color #C835DC: hue angle of 292.81º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C835DC is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 53 | 220 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.14 |
| HSL | 292.81º | 0.7% | 0.54% | - |
| HSV(B) | 292.81º | 0.76% | 0.86% | - |
| XYZ | 38.01 | 19.99 | 69.57 | - |
| YUV | 115.99 | 186.7 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 220 | 0.09 | 0.76 | 0 | 0.14 | 292.81 | 0.7 | 0.54 |
| Hex | C8 | 35 | DC | 9 | 4C | 0 | E | 125 | 46 | 36 |
| Octal | 310 | 65 | 334 | 11 | 114 | 0 | 16 | 445 | 106 | 66 |
| Binary | 11001000 | 110101 | 11011100 | 1001 | 1001100 | 0 | 1110 | 100100101 | 1000110 | 110110 |
Color Harmonies of #C835DC
Complementary color
Monochromatic Colors of #C835DC
Black with #C835DC
Text Example
Text Example
White with #C835DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835DC; }
p { color: rgb(200,53,220); }
H1.HeaderClassName
{
color: #C835DC;
}
.AnyTagClassName
{
color: #C835DC;
}
</style>
background-color css
<style>
a { background-color: #C835DC; }
a { background-color: rgb(200,53,220); }
div.DivClassName
{
background-color: #C835DC;
}
.BgClassName
{
background-color: #C835DC;
}
</style>
border-color css
<style>
span { border-color: #C835DC; }
span { border-color: rgb(200,53,220); }
td.TdClassName
{
border-color: #C835DC;
}
.TagClassName
{
border-color: #C835DC;
}
</style>