Shades of Medium Orchid #C738DF
Tints of Medium Orchid #C738DF
RGB
CMYK
RGB Variations
Color information
#C738DF (or 0xC738DF) is known color: Medium Orchid. HEX triplet: C7, 38 and DF. RGB value is (199,56,223). Sum of RGB (Red+Green+Blue) = 199+56+223=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 56 (22.27% from 255 or 11.72% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #C738DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C738DF is #38C720. Grayscale: #757575. Windows color (decimal): -3720993 or 14629063. OLE color: 14629063.
HSL color Cylindrical-coordinate representation of color #C738DF: hue angle of 291.38º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C738DF is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 56 | 223 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.13 |
| HSL | 291.38º | 0.72% | 0.55% | - |
| HSV(B) | 291.38º | 0.75% | 0.87% | - |
| XYZ | 38.29 | 20.3 | 71.71 | - |
| YUV | 117.8 | 187.38 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 223 | 0.11 | 0.75 | 0 | 0.13 | 291.38 | 0.72 | 0.55 |
| Hex | C7 | 38 | DF | B | 4B | 0 | D | 123 | 48 | 37 |
| Octal | 307 | 70 | 337 | 13 | 113 | 0 | 15 | 443 | 110 | 67 |
| Binary | 11000111 | 111000 | 11011111 | 1011 | 1001011 | 0 | 1101 | 100100011 | 1001000 | 110111 |
Color Harmonies of #C738DF
Complementary color
Monochromatic Colors of #C738DF
Black with #C738DF
Text Example
Text Example
White with #C738DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738DF; }
p { color: rgb(199,56,223); }
H1.HeaderClassName
{
color: #C738DF;
}
.AnyTagClassName
{
color: #C738DF;
}
</style>
background-color css
<style>
a { background-color: #C738DF; }
a { background-color: rgb(199,56,223); }
div.DivClassName
{
background-color: #C738DF;
}
.BgClassName
{
background-color: #C738DF;
}
</style>
border-color css
<style>
span { border-color: #C738DF; }
span { border-color: rgb(199,56,223); }
td.TdClassName
{
border-color: #C738DF;
}
.TagClassName
{
border-color: #C738DF;
}
</style>