Shades of Medium Orchid #C753DC
Tints of Medium Orchid #C753DC
RGB
CMYK
RGB Variations
Color information
#C753DC (or 0xC753DC) is known color: Medium Orchid. HEX triplet: C7, 53 and DC. RGB value is (199,83,220). Sum of RGB (Red+Green+Blue) = 199+83+220=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #C753DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753DC is #38AC23. Grayscale: #848484. Windows color (decimal): -3714084 or 14439367. OLE color: 14439367.
HSL color Cylindrical-coordinate representation of color #C753DC: hue angle of 290.8º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C753DC is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 83 | 220 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.14 |
| HSL | 290.8º | 0.66% | 0.59% | - |
| HSV(B) | 290.8º | 0.62% | 0.86% | - |
| XYZ | 39.56 | 23.5 | 70.16 | - |
| YUV | 133.3 | 176.93 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 220 | 0.10 | 0.62 | 0 | 0.14 | 290.8 | 0.66 | 0.59 |
| Hex | C7 | 53 | DC | A | 3E | 0 | E | 123 | 42 | 3B |
| Octal | 307 | 123 | 334 | 12 | 76 | 0 | 16 | 443 | 102 | 73 |
| Binary | 11000111 | 1010011 | 11011100 | 1010 | 111110 | 0 | 1110 | 100100011 | 1000010 | 111011 |
Color Harmonies of #C753DC
Complementary color
Monochromatic Colors of #C753DC
Black with #C753DC
Text Example
Text Example
White with #C753DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753DC; }
p { color: rgb(199,83,220); }
H1.HeaderClassName
{
color: #C753DC;
}
.AnyTagClassName
{
color: #C753DC;
}
</style>
background-color css
<style>
a { background-color: #C753DC; }
a { background-color: rgb(199,83,220); }
div.DivClassName
{
background-color: #C753DC;
}
.BgClassName
{
background-color: #C753DC;
}
</style>
border-color css
<style>
span { border-color: #C753DC; }
span { border-color: rgb(199,83,220); }
td.TdClassName
{
border-color: #C753DC;
}
.TagClassName
{
border-color: #C753DC;
}
</style>