Shades of Medium Orchid #C738FA
Tints of Medium Orchid #C738FA
RGB
CMYK
RGB Variations
Color information
#C738FA (or 0xC738FA) is known color: Medium Orchid. HEX triplet: C7, 38 and FA. RGB value is (199,56,250). Sum of RGB (Red+Green+Blue) = 199+56+250=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 56 (22.27% from 255 or 11.09% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #C738FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C738FA is #38C705. Grayscale: #787878. Windows color (decimal): -3720966 or 16398535. OLE color: 16398535.
HSL color Cylindrical-coordinate representation of color #C738FA: hue angle of 284.23º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C738FA is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 56 | 250 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.02 |
| HSL | 284.23º | 0.95% | 0.6% | - |
| HSV(B) | 284.23º | 0.78% | 0.98% | - |
| XYZ | 42.22 | 21.87 | 92.44 | - |
| YUV | 120.87 | 200.88 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 250 | 0.20 | 0.78 | 0 | 0.02 | 284.23 | 0.95 | 0.6 |
| Hex | C7 | 38 | FA | 14 | 4E | 0 | 2 | 11C | 5F | 3C |
| Octal | 307 | 70 | 372 | 24 | 116 | 0 | 2 | 434 | 137 | 74 |
| Binary | 11000111 | 111000 | 11111010 | 10100 | 1001110 | 0 | 10 | 100011100 | 1011111 | 111100 |
Color Harmonies of #C738FA
Complementary color
Monochromatic Colors of #C738FA
Black with #C738FA
Text Example
Text Example
White with #C738FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738FA; }
p { color: rgb(199,56,250); }
H1.HeaderClassName
{
color: #C738FA;
}
.AnyTagClassName
{
color: #C738FA;
}
</style>
background-color css
<style>
a { background-color: #C738FA; }
a { background-color: rgb(199,56,250); }
div.DivClassName
{
background-color: #C738FA;
}
.BgClassName
{
background-color: #C738FA;
}
</style>
border-color css
<style>
span { border-color: #C738FA; }
span { border-color: rgb(199,56,250); }
td.TdClassName
{
border-color: #C738FA;
}
.TagClassName
{
border-color: #C738FA;
}
</style>