Shades of Medium Orchid #C748DD
Tints of Medium Orchid #C748DD
RGB
CMYK
RGB Variations
Color information
#C748DD (or 0xC748DD) is known color: Medium Orchid. HEX triplet: C7, 48 and DD. RGB value is (199,72,221). Sum of RGB (Red+Green+Blue) = 199+72+221=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #C748DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748DD is #38B722. Grayscale: #7E7E7E. Windows color (decimal): -3716899 or 14502087. OLE color: 14502087.
HSL color Cylindrical-coordinate representation of color #C748DD: hue angle of 291.14º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C748DD is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 72 | 221 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.13 |
| HSL | 291.14º | 0.69% | 0.57% | - |
| HSV(B) | 291.14º | 0.67% | 0.87% | - |
| XYZ | 38.92 | 22 | 70.6 | - |
| YUV | 126.96 | 181.08 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 221 | 0.10 | 0.67 | 0 | 0.13 | 291.14 | 0.69 | 0.57 |
| Hex | C7 | 48 | DD | A | 43 | 0 | D | 123 | 45 | 39 |
| Octal | 307 | 110 | 335 | 12 | 103 | 0 | 15 | 443 | 105 | 71 |
| Binary | 11000111 | 1001000 | 11011101 | 1010 | 1000011 | 0 | 1101 | 100100011 | 1000101 | 111001 |
Color Harmonies of #C748DD
Complementary color
Monochromatic Colors of #C748DD
Black with #C748DD
Text Example
Text Example
White with #C748DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C748DD; }
p { color: rgb(199,72,221); }
H1.HeaderClassName
{
color: #C748DD;
}
.AnyTagClassName
{
color: #C748DD;
}
</style>
background-color css
<style>
a { background-color: #C748DD; }
a { background-color: rgb(199,72,221); }
div.DivClassName
{
background-color: #C748DD;
}
.BgClassName
{
background-color: #C748DD;
}
</style>
border-color css
<style>
span { border-color: #C748DD; }
span { border-color: rgb(199,72,221); }
td.TdClassName
{
border-color: #C748DD;
}
.TagClassName
{
border-color: #C748DD;
}
</style>