Shades of Medium Orchid #C753DD
Tints of Medium Orchid #C753DD
RGB
CMYK
RGB Variations
Color information
#C753DD (or 0xC753DD) is known color: Medium Orchid. HEX triplet: C7, 53 and DD. RGB value is (199,83,221). Sum of RGB (Red+Green+Blue) = 199+83+221=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #C753DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753DD is #38AC22. Grayscale: #848484. Windows color (decimal): -3714083 or 14504903. OLE color: 14504903.
HSL color Cylindrical-coordinate representation of color #C753DD: hue angle of 290.43º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C753DD is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 83 | 221 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.13 |
| HSL | 290.43º | 0.67% | 0.6% | - |
| HSV(B) | 290.43º | 0.62% | 0.87% | - |
| XYZ | 39.7 | 23.55 | 70.86 | - |
| YUV | 133.42 | 177.43 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 221 | 0.10 | 0.62 | 0 | 0.13 | 290.43 | 0.67 | 0.6 |
| Hex | C7 | 53 | DD | A | 3E | 0 | D | 122 | 43 | 3C |
| Octal | 307 | 123 | 335 | 12 | 76 | 0 | 15 | 442 | 103 | 74 |
| Binary | 11000111 | 1010011 | 11011101 | 1010 | 111110 | 0 | 1101 | 100100010 | 1000011 | 111100 |
Color Harmonies of #C753DD
Complementary color
Monochromatic Colors of #C753DD
Black with #C753DD
Text Example
Text Example
White with #C753DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753DD; }
p { color: rgb(199,83,221); }
H1.HeaderClassName
{
color: #C753DD;
}
.AnyTagClassName
{
color: #C753DD;
}
</style>
background-color css
<style>
a { background-color: #C753DD; }
a { background-color: rgb(199,83,221); }
div.DivClassName
{
background-color: #C753DD;
}
.BgClassName
{
background-color: #C753DD;
}
</style>
border-color css
<style>
span { border-color: #C753DD; }
span { border-color: rgb(199,83,221); }
td.TdClassName
{
border-color: #C753DD;
}
.TagClassName
{
border-color: #C753DD;
}
</style>