Shades of Medium Orchid #C736FC
Tints of Medium Orchid #C736FC
RGB
CMYK
RGB Variations
Color information
#C736FC (or 0xC736FC) is known color: Medium Orchid. HEX triplet: C7, 36 and FC. RGB value is (199,54,252). Sum of RGB (Red+Green+Blue) = 199+54+252=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 54 (21.48% from 255 or 10.69% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #C736FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C736FC is #38C903. Grayscale: #777777. Windows color (decimal): -3721476 or 16529095. OLE color: 16529095.
HSL color Cylindrical-coordinate representation of color #C736FC: hue angle of 283.94º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C736FC is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 54 | 252 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.01 |
| HSL | 283.94º | 0.97% | 0.6% | - |
| HSV(B) | 283.94º | 0.79% | 0.99% | - |
| XYZ | 42.44 | 21.81 | 94.07 | - |
| YUV | 119.93 | 202.54 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 252 | 0.21 | 0.79 | 0 | 0.01 | 283.94 | 0.97 | 0.6 |
| Hex | C7 | 36 | FC | 15 | 4F | 0 | 1 | 11C | 61 | 3C |
| Octal | 307 | 66 | 374 | 25 | 117 | 0 | 1 | 434 | 141 | 74 |
| Binary | 11000111 | 110110 | 11111100 | 10101 | 1001111 | 0 | 1 | 100011100 | 1100001 | 111100 |
Color Harmonies of #C736FC
Complementary color
Monochromatic Colors of #C736FC
Black with #C736FC
Text Example
Text Example
White with #C736FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C736FC; }
p { color: rgb(199,54,252); }
H1.HeaderClassName
{
color: #C736FC;
}
.AnyTagClassName
{
color: #C736FC;
}
</style>
background-color css
<style>
a { background-color: #C736FC; }
a { background-color: rgb(199,54,252); }
div.DivClassName
{
background-color: #C736FC;
}
.BgClassName
{
background-color: #C736FC;
}
</style>
border-color css
<style>
span { border-color: #C736FC; }
span { border-color: rgb(199,54,252); }
td.TdClassName
{
border-color: #C736FC;
}
.TagClassName
{
border-color: #C736FC;
}
</style>