Shades of Medium Orchid #C754D4
Tints of Medium Orchid #C754D4
RGB
CMYK
RGB Variations
Color information
#C754D4 (or 0xC754D4) is known color: Medium Orchid. HEX triplet: C7, 54 and D4. RGB value is (199,84,212). Sum of RGB (Red+Green+Blue) = 199+84+212=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #C754D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754D4 is #38AB2B. Grayscale: #848484. Windows color (decimal): -3713836 or 13915335. OLE color: 13915335.
HSL color Cylindrical-coordinate representation of color #C754D4: hue angle of 293.91º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C754D4 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 84 | 212 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.17 |
| HSL | 293.91º | 0.6% | 0.58% | - |
| HSV(B) | 293.91º | 0.6% | 0.83% | - |
| XYZ | 38.61 | 23.24 | 64.74 | - |
| YUV | 132.98 | 172.6 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 212 | 0.06 | 0.60 | 0 | 0.17 | 293.91 | 0.6 | 0.58 |
| Hex | C7 | 54 | D4 | 6 | 3C | 0 | 11 | 126 | 3C | 3A |
| Octal | 307 | 124 | 324 | 6 | 74 | 0 | 21 | 446 | 74 | 72 |
| Binary | 11000111 | 1010100 | 11010100 | 110 | 111100 | 0 | 10001 | 100100110 | 111100 | 111010 |
Color Harmonies of #C754D4
Complementary color
Monochromatic Colors of #C754D4
Black with #C754D4
Text Example
Text Example
White with #C754D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C754D4; }
p { color: rgb(199,84,212); }
H1.HeaderClassName
{
color: #C754D4;
}
.AnyTagClassName
{
color: #C754D4;
}
</style>
background-color css
<style>
a { background-color: #C754D4; }
a { background-color: rgb(199,84,212); }
div.DivClassName
{
background-color: #C754D4;
}
.BgClassName
{
background-color: #C754D4;
}
</style>
border-color css
<style>
span { border-color: #C754D4; }
span { border-color: rgb(199,84,212); }
td.TdClassName
{
border-color: #C754D4;
}
.TagClassName
{
border-color: #C754D4;
}
</style>