Shades of Medium Orchid #C739FE
Tints of Medium Orchid #C739FE
RGB
CMYK
RGB Variations
Color information
#C739FE (or 0xC739FE) is known color: Medium Orchid. HEX triplet: C7, 39 and FE. RGB value is (199,57,254). Sum of RGB (Red+Green+Blue) = 199+57+254=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 57 (22.66% from 255 or 11.18% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #C739FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C739FE is #38C601. Grayscale: #797979. Windows color (decimal): -3720706 or 16660935. OLE color: 16660935.
HSL color Cylindrical-coordinate representation of color #C739FE: hue angle of 283.25º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C739FE is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 57 | 254 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.00 |
| HSL | 283.25º | 0.99% | 0.61% | - |
| HSV(B) | 283.25º | 0.78% | 1% | - |
| XYZ | 42.91 | 22.22 | 95.79 | - |
| YUV | 121.92 | 202.54 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 254 | 0.22 | 0.78 | 0 | 0.00 | 283.25 | 0.99 | 0.61 |
| Hex | C7 | 39 | FE | 16 | 4E | 0 | 0 | 11B | 63 | 3D |
| Octal | 307 | 71 | 376 | 26 | 116 | 0 | 0 | 433 | 143 | 75 |
| Binary | 11000111 | 111001 | 11111110 | 10110 | 1001110 | 0 | 0 | 100011011 | 1100011 | 111101 |
Color Harmonies of #C739FE
Complementary color
Monochromatic Colors of #C739FE
Black with #C739FE
Text Example
Text Example
White with #C739FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C739FE; }
p { color: rgb(199,57,254); }
H1.HeaderClassName
{
color: #C739FE;
}
.AnyTagClassName
{
color: #C739FE;
}
</style>
background-color css
<style>
a { background-color: #C739FE; }
a { background-color: rgb(199,57,254); }
div.DivClassName
{
background-color: #C739FE;
}
.BgClassName
{
background-color: #C739FE;
}
</style>
border-color css
<style>
span { border-color: #C739FE; }
span { border-color: rgb(199,57,254); }
td.TdClassName
{
border-color: #C739FE;
}
.TagClassName
{
border-color: #C739FE;
}
</style>