Shades of Medium Orchid #C755EF
Tints of Medium Orchid #C755EF
RGB
CMYK
RGB Variations
Color information
#C755EF (or 0xC755EF) is known color: Medium Orchid. HEX triplet: C7, 55 and EF. RGB value is (199,85,239). Sum of RGB (Red+Green+Blue) = 199+85+239=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #C755EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C755EF is #38AA10. Grayscale: #888888. Windows color (decimal): -3713553 or 15685063. OLE color: 15685063.
HSL color Cylindrical-coordinate representation of color #C755EF: hue angle of 284.42º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C755EF is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 85 | 239 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.06 |
| HSL | 284.42º | 0.83% | 0.64% | - |
| HSV(B) | 284.42º | 0.64% | 0.94% | - |
| XYZ | 42.38 | 24.87 | 84.23 | - |
| YUV | 136.64 | 185.77 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 239 | 0.17 | 0.64 | 0 | 0.06 | 284.42 | 0.83 | 0.64 |
| Hex | C7 | 55 | EF | 11 | 40 | 0 | 6 | 11C | 53 | 40 |
| Octal | 307 | 125 | 357 | 21 | 100 | 0 | 6 | 434 | 123 | 100 |
| Binary | 11000111 | 1010101 | 11101111 | 10001 | 1000000 | 0 | 110 | 100011100 | 1010011 | 1000000 |
Color Harmonies of #C755EF
Complementary color
Monochromatic Colors of #C755EF
Black with #C755EF
Text Example
Text Example
White with #C755EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C755EF; }
p { color: rgb(199,85,239); }
H1.HeaderClassName
{
color: #C755EF;
}
.AnyTagClassName
{
color: #C755EF;
}
</style>
background-color css
<style>
a { background-color: #C755EF; }
a { background-color: rgb(199,85,239); }
div.DivClassName
{
background-color: #C755EF;
}
.BgClassName
{
background-color: #C755EF;
}
</style>
border-color css
<style>
span { border-color: #C755EF; }
span { border-color: rgb(199,85,239); }
td.TdClassName
{
border-color: #C755EF;
}
.TagClassName
{
border-color: #C755EF;
}
</style>