Shades of Medium Orchid #C754D8
Tints of Medium Orchid #C754D8
RGB
CMYK
RGB Variations
Color information
#C754D8 (or 0xC754D8) is known color: Medium Orchid. HEX triplet: C7, 54 and D8. RGB value is (199,84,216). Sum of RGB (Red+Green+Blue) = 199+84+216=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #C754D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754D8 is #38AB27. Grayscale: #858585. Windows color (decimal): -3713832 or 14177479. OLE color: 14177479.
HSL color Cylindrical-coordinate representation of color #C754D8: hue angle of 292.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C754D8 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 84 | 216 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.15 |
| HSL | 292.27º | 0.63% | 0.59% | - |
| HSV(B) | 292.27º | 0.61% | 0.85% | - |
| XYZ | 39.12 | 23.44 | 67.43 | - |
| YUV | 133.43 | 174.6 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 216 | 0.08 | 0.61 | 0 | 0.15 | 292.27 | 0.63 | 0.59 |
| Hex | C7 | 54 | D8 | 8 | 3D | 0 | F | 124 | 3F | 3B |
| Octal | 307 | 124 | 330 | 10 | 75 | 0 | 17 | 444 | 77 | 73 |
| Binary | 11000111 | 1010100 | 11011000 | 1000 | 111101 | 0 | 1111 | 100100100 | 111111 | 111011 |
Color Harmonies of #C754D8
Complementary color
Monochromatic Colors of #C754D8
Black with #C754D8
Text Example
Text Example
White with #C754D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C754D8; }
p { color: rgb(199,84,216); }
H1.HeaderClassName
{
color: #C754D8;
}
.AnyTagClassName
{
color: #C754D8;
}
</style>
background-color css
<style>
a { background-color: #C754D8; }
a { background-color: rgb(199,84,216); }
div.DivClassName
{
background-color: #C754D8;
}
.BgClassName
{
background-color: #C754D8;
}
</style>
border-color css
<style>
span { border-color: #C754D8; }
span { border-color: rgb(199,84,216); }
td.TdClassName
{
border-color: #C754D8;
}
.TagClassName
{
border-color: #C754D8;
}
</style>