Shades of Medium Orchid #C753D4
Tints of Medium Orchid #C753D4
RGB
CMYK
RGB Variations
Color information
#C753D4 (or 0xC753D4) is known color: Medium Orchid. HEX triplet: C7, 53 and D4. RGB value is (199,83,212). Sum of RGB (Red+Green+Blue) = 199+83+212=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #C753D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753D4 is #38AC2B. Grayscale: #838383. Windows color (decimal): -3714092 or 13915079. OLE color: 13915079.
HSL color Cylindrical-coordinate representation of color #C753D4: hue angle of 293.95º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C753D4 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 83 | 212 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.17 |
| HSL | 293.95º | 0.6% | 0.58% | - |
| HSV(B) | 293.95º | 0.61% | 0.83% | - |
| XYZ | 38.53 | 23.08 | 64.71 | - |
| YUV | 132.39 | 172.93 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 212 | 0.06 | 0.61 | 0 | 0.17 | 293.95 | 0.6 | 0.58 |
| Hex | C7 | 53 | D4 | 6 | 3D | 0 | 11 | 126 | 3C | 3A |
| Octal | 307 | 123 | 324 | 6 | 75 | 0 | 21 | 446 | 74 | 72 |
| Binary | 11000111 | 1010011 | 11010100 | 110 | 111101 | 0 | 10001 | 100100110 | 111100 | 111010 |
Color Harmonies of #C753D4
Complementary color
Monochromatic Colors of #C753D4
Black with #C753D4
Text Example
Text Example
White with #C753D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753D4; }
p { color: rgb(199,83,212); }
H1.HeaderClassName
{
color: #C753D4;
}
.AnyTagClassName
{
color: #C753D4;
}
</style>
background-color css
<style>
a { background-color: #C753D4; }
a { background-color: rgb(199,83,212); }
div.DivClassName
{
background-color: #C753D4;
}
.BgClassName
{
background-color: #C753D4;
}
</style>
border-color css
<style>
span { border-color: #C753D4; }
span { border-color: rgb(199,83,212); }
td.TdClassName
{
border-color: #C753D4;
}
.TagClassName
{
border-color: #C753D4;
}
</style>