Shades of Medium Orchid #C738FC
Tints of Medium Orchid #C738FC
RGB
CMYK
RGB Variations
Color information
#C738FC (or 0xC738FC) is known color: Medium Orchid. HEX triplet: C7, 38 and FC. RGB value is (199,56,252). Sum of RGB (Red+Green+Blue) = 199+56+252=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 56 (22.27% from 255 or 11.05% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #C738FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C738FC is #38C703. Grayscale: #787878. Windows color (decimal): -3720964 or 16529607. OLE color: 16529607.
HSL color Cylindrical-coordinate representation of color #C738FC: hue angle of 283.78º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C738FC is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 56 | 252 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.01 |
| HSL | 283.78º | 0.97% | 0.6% | - |
| HSV(B) | 283.78º | 0.78% | 0.99% | - |
| XYZ | 42.54 | 22 | 94.1 | - |
| YUV | 121.1 | 201.88 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 252 | 0.21 | 0.78 | 0 | 0.01 | 283.78 | 0.97 | 0.6 |
| Hex | C7 | 38 | FC | 15 | 4E | 0 | 1 | 11C | 61 | 3C |
| Octal | 307 | 70 | 374 | 25 | 116 | 0 | 1 | 434 | 141 | 74 |
| Binary | 11000111 | 111000 | 11111100 | 10101 | 1001110 | 0 | 1 | 100011100 | 1100001 | 111100 |
Color Harmonies of #C738FC
Complementary color
Monochromatic Colors of #C738FC
Black with #C738FC
Text Example
Text Example
White with #C738FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738FC; }
p { color: rgb(199,56,252); }
H1.HeaderClassName
{
color: #C738FC;
}
.AnyTagClassName
{
color: #C738FC;
}
</style>
background-color css
<style>
a { background-color: #C738FC; }
a { background-color: rgb(199,56,252); }
div.DivClassName
{
background-color: #C738FC;
}
.BgClassName
{
background-color: #C738FC;
}
</style>
border-color css
<style>
span { border-color: #C738FC; }
span { border-color: rgb(199,56,252); }
td.TdClassName
{
border-color: #C738FC;
}
.TagClassName
{
border-color: #C738FC;
}
</style>