Shades of Medium Orchid #C746FD
Tints of Medium Orchid #C746FD
RGB
CMYK
RGB Variations
Color information
#C746FD (or 0xC746FD) is known color: Medium Orchid. HEX triplet: C7, 46 and FD. RGB value is (199,70,253). Sum of RGB (Red+Green+Blue) = 199+70+253=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 70 (27.73% from 255 or 13.41% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #C746FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C746FD is #38B902. Grayscale: #808080. Windows color (decimal): -3717379 or 16598727. OLE color: 16598727.
HSL color Cylindrical-coordinate representation of color #C746FD: hue angle of 282.3º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C746FD is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 70 | 253 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.01 |
| HSL | 282.3º | 0.98% | 0.63% | - |
| HSV(B) | 282.3º | 0.72% | 0.99% | - |
| XYZ | 43.47 | 23.61 | 95.2 | - |
| YUV | 129.43 | 197.74 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 253 | 0.21 | 0.72 | 0 | 0.01 | 282.3 | 0.98 | 0.63 |
| Hex | C7 | 46 | FD | 15 | 48 | 0 | 1 | 11A | 62 | 3F |
| Octal | 307 | 106 | 375 | 25 | 110 | 0 | 1 | 432 | 142 | 77 |
| Binary | 11000111 | 1000110 | 11111101 | 10101 | 1001000 | 0 | 1 | 100011010 | 1100010 | 111111 |
Color Harmonies of #C746FD
Complementary color
Monochromatic Colors of #C746FD
Black with #C746FD
Text Example
Text Example
White with #C746FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746FD; }
p { color: rgb(199,70,253); }
H1.HeaderClassName
{
color: #C746FD;
}
.AnyTagClassName
{
color: #C746FD;
}
</style>
background-color css
<style>
a { background-color: #C746FD; }
a { background-color: rgb(199,70,253); }
div.DivClassName
{
background-color: #C746FD;
}
.BgClassName
{
background-color: #C746FD;
}
</style>
border-color css
<style>
span { border-color: #C746FD; }
span { border-color: rgb(199,70,253); }
td.TdClassName
{
border-color: #C746FD;
}
.TagClassName
{
border-color: #C746FD;
}
</style>