Shades of Medium Orchid #C755ED
Tints of Medium Orchid #C755ED
RGB
CMYK
RGB Variations
Color information
#C755ED (or 0xC755ED) is known color: Medium Orchid. HEX triplet: C7, 55 and ED. RGB value is (199,85,237). Sum of RGB (Red+Green+Blue) = 199+85+237=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #C755ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C755ED is #38AA12. Grayscale: #878787. Windows color (decimal): -3713555 or 15553991. OLE color: 15553991.
HSL color Cylindrical-coordinate representation of color #C755ED: hue angle of 285º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C755ED is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 85 | 237 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.07 |
| HSL | 285º | 0.81% | 0.63% | - |
| HSV(B) | 285º | 0.64% | 0.93% | - |
| XYZ | 42.09 | 24.75 | 82.68 | - |
| YUV | 136.41 | 184.77 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 237 | 0.16 | 0.64 | 0 | 0.07 | 285 | 0.81 | 0.63 |
| Hex | C7 | 55 | ED | 10 | 40 | 0 | 7 | 11D | 51 | 3F |
| Octal | 307 | 125 | 355 | 20 | 100 | 0 | 7 | 435 | 121 | 77 |
| Binary | 11000111 | 1010101 | 11101101 | 10000 | 1000000 | 0 | 111 | 100011101 | 1010001 | 111111 |
Color Harmonies of #C755ED
Complementary color
Monochromatic Colors of #C755ED
Black with #C755ED
Text Example
Text Example
White with #C755ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C755ED; }
p { color: rgb(199,85,237); }
H1.HeaderClassName
{
color: #C755ED;
}
.AnyTagClassName
{
color: #C755ED;
}
</style>
background-color css
<style>
a { background-color: #C755ED; }
a { background-color: rgb(199,85,237); }
div.DivClassName
{
background-color: #C755ED;
}
.BgClassName
{
background-color: #C755ED;
}
</style>
border-color css
<style>
span { border-color: #C755ED; }
span { border-color: rgb(199,85,237); }
td.TdClassName
{
border-color: #C755ED;
}
.TagClassName
{
border-color: #C755ED;
}
</style>