Shades of Medium Orchid #C738FF
Tints of Medium Orchid #C738FF
RGB
CMYK
RGB Variations
Color information
#C738FF (or 0xC738FF) is known color: Medium Orchid. HEX triplet: C7, 38 and FF. RGB value is (199,56,255). Sum of RGB (Red+Green+Blue) = 199+56+255=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 56 (22.27% from 255 or 10.98% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #C738FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C738FF is #38C700. Grayscale: #787878. Windows color (decimal): -3720961 or 16726215. OLE color: 16726215.
HSL color Cylindrical-coordinate representation of color #C738FF: hue angle of 283.12º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C738FF is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 56 | 255 | - |
| CMYK | 0.22 | 0.78 | 0 | 0 |
| HSL | 283.12º | 1% | 0.61% | - |
| HSV(B) | 283.12º | 0.78% | 1% | - |
| XYZ | 43.02 | 22.19 | 96.62 | - |
| YUV | 121.44 | 203.38 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 255 | 0.22 | 0.78 | 0 | 0 | 283.12 | 1 | 0.61 |
| Hex | C7 | 38 | FF | 16 | 4E | 0 | 0 | 11B | 64 | 3D |
| Octal | 307 | 70 | 377 | 26 | 116 | 0 | 0 | 433 | 144 | 75 |
| Binary | 11000111 | 111000 | 11111111 | 10110 | 1001110 | 0 | 0 | 100011011 | 1100100 | 111101 |
Color Harmonies of #C738FF
Complementary color
Monochromatic Colors of #C738FF
Black with #C738FF
Text Example
Text Example
White with #C738FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738FF; }
p { color: rgb(199,56,255); }
H1.HeaderClassName
{
color: #C738FF;
}
.AnyTagClassName
{
color: #C738FF;
}
</style>
background-color css
<style>
a { background-color: #C738FF; }
a { background-color: rgb(199,56,255); }
div.DivClassName
{
background-color: #C738FF;
}
.BgClassName
{
background-color: #C738FF;
}
</style>
border-color css
<style>
span { border-color: #C738FF; }
span { border-color: rgb(199,56,255); }
td.TdClassName
{
border-color: #C738FF;
}
.TagClassName
{
border-color: #C738FF;
}
</style>