Shades of Medium Orchid #C853DE
Tints of Medium Orchid #C853DE
RGB
CMYK
RGB Variations
Color information
#C853DE (or 0xC853DE) is known color: Medium Orchid. HEX triplet: C8, 53 and DE. RGB value is (200,83,222). Sum of RGB (Red+Green+Blue) = 200+83+222=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #C853DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C853DE is #37AC21. Grayscale: #858585. Windows color (decimal): -3648546 or 14570440. OLE color: 14570440.
HSL color Cylindrical-coordinate representation of color #C853DE: hue angle of 290.5º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C853DE is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 83 | 222 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.13 |
| HSL | 290.5º | 0.68% | 0.6% | - |
| HSV(B) | 290.5º | 0.63% | 0.87% | - |
| XYZ | 40.1 | 23.74 | 71.58 | - |
| YUV | 133.83 | 177.76 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 222 | 0.10 | 0.63 | 0 | 0.13 | 290.5 | 0.68 | 0.6 |
| Hex | C8 | 53 | DE | A | 3F | 0 | D | 123 | 44 | 3C |
| Octal | 310 | 123 | 336 | 12 | 77 | 0 | 15 | 443 | 104 | 74 |
| Binary | 11001000 | 1010011 | 11011110 | 1010 | 111111 | 0 | 1101 | 100100011 | 1000100 | 111100 |
Color Harmonies of #C853DE
Complementary color
Monochromatic Colors of #C853DE
Black with #C853DE
Text Example
Text Example
White with #C853DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853DE; }
p { color: rgb(200,83,222); }
H1.HeaderClassName
{
color: #C853DE;
}
.AnyTagClassName
{
color: #C853DE;
}
</style>
background-color css
<style>
a { background-color: #C853DE; }
a { background-color: rgb(200,83,222); }
div.DivClassName
{
background-color: #C853DE;
}
.BgClassName
{
background-color: #C853DE;
}
</style>
border-color css
<style>
span { border-color: #C853DE; }
span { border-color: rgb(200,83,222); }
td.TdClassName
{
border-color: #C853DE;
}
.TagClassName
{
border-color: #C853DE;
}
</style>