Shades of Medium Orchid #C738DD
Tints of Medium Orchid #C738DD
RGB
CMYK
RGB Variations
Color information
#C738DD (or 0xC738DD) is known color: Medium Orchid. HEX triplet: C7, 38 and DD. RGB value is (199,56,221). Sum of RGB (Red+Green+Blue) = 199+56+221=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #C738DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C738DD is #38C722. Grayscale: #757575. Windows color (decimal): -3720995 or 14497991. OLE color: 14497991.
HSL color Cylindrical-coordinate representation of color #C738DD: hue angle of 292º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C738DD is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 56 | 221 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.13 |
| HSL | 292º | 0.71% | 0.54% | - |
| HSV(B) | 292º | 0.75% | 0.87% | - |
| XYZ | 38.02 | 20.19 | 70.3 | - |
| YUV | 117.57 | 186.38 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 221 | 0.10 | 0.75 | 0 | 0.13 | 292 | 0.71 | 0.54 |
| Hex | C7 | 38 | DD | A | 4B | 0 | D | 124 | 47 | 36 |
| Octal | 307 | 70 | 335 | 12 | 113 | 0 | 15 | 444 | 107 | 66 |
| Binary | 11000111 | 111000 | 11011101 | 1010 | 1001011 | 0 | 1101 | 100100100 | 1000111 | 110110 |
Color Harmonies of #C738DD
Complementary color
Monochromatic Colors of #C738DD
Black with #C738DD
Text Example
Text Example
White with #C738DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738DD; }
p { color: rgb(199,56,221); }
H1.HeaderClassName
{
color: #C738DD;
}
.AnyTagClassName
{
color: #C738DD;
}
</style>
background-color css
<style>
a { background-color: #C738DD; }
a { background-color: rgb(199,56,221); }
div.DivClassName
{
background-color: #C738DD;
}
.BgClassName
{
background-color: #C738DD;
}
</style>
border-color css
<style>
span { border-color: #C738DD; }
span { border-color: rgb(199,56,221); }
td.TdClassName
{
border-color: #C738DD;
}
.TagClassName
{
border-color: #C738DD;
}
</style>