Shades of Medium Orchid #C748ED
Tints of Medium Orchid #C748ED
RGB
CMYK
RGB Variations
Color information
#C748ED (or 0xC748ED) is known color: Medium Orchid. HEX triplet: C7, 48 and ED. RGB value is (199,72,237). Sum of RGB (Red+Green+Blue) = 199+72+237=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #C748ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C748ED is #38B712. Grayscale: #808080. Windows color (decimal): -3716883 or 15550663. OLE color: 15550663.
HSL color Cylindrical-coordinate representation of color #C748ED: hue angle of 286.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C748ED is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 72 | 237 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.07 |
| HSL | 286.18º | 0.82% | 0.61% | - |
| HSV(B) | 286.18º | 0.7% | 0.93% | - |
| XYZ | 41.16 | 22.89 | 82.37 | - |
| YUV | 128.78 | 189.08 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 237 | 0.16 | 0.70 | 0 | 0.07 | 286.18 | 0.82 | 0.61 |
| Hex | C7 | 48 | ED | 10 | 46 | 0 | 7 | 11E | 52 | 3D |
| Octal | 307 | 110 | 355 | 20 | 106 | 0 | 7 | 436 | 122 | 75 |
| Binary | 11000111 | 1001000 | 11101101 | 10000 | 1000110 | 0 | 111 | 100011110 | 1010010 | 111101 |
Color Harmonies of #C748ED
Complementary color
Monochromatic Colors of #C748ED
Black with #C748ED
Text Example
Text Example
White with #C748ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C748ED; }
p { color: rgb(199,72,237); }
H1.HeaderClassName
{
color: #C748ED;
}
.AnyTagClassName
{
color: #C748ED;
}
</style>
background-color css
<style>
a { background-color: #C748ED; }
a { background-color: rgb(199,72,237); }
div.DivClassName
{
background-color: #C748ED;
}
.BgClassName
{
background-color: #C748ED;
}
</style>
border-color css
<style>
span { border-color: #C748ED; }
span { border-color: rgb(199,72,237); }
td.TdClassName
{
border-color: #C748ED;
}
.TagClassName
{
border-color: #C748ED;
}
</style>