Shades of Medium Orchid #C748EB
Tints of Medium Orchid #C748EB
RGB
CMYK
RGB Variations
Color information
#C748EB (or 0xC748EB) is known color: Medium Orchid. HEX triplet: C7, 48 and EB. RGB value is (199,72,235). Sum of RGB (Red+Green+Blue) = 199+72+235=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #C748EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C748EB is #38B714. Grayscale: #808080. Windows color (decimal): -3716885 or 15419591. OLE color: 15419591.
HSL color Cylindrical-coordinate representation of color #C748EB: hue angle of 286.75º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C748EB is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 72 | 235 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.08 |
| HSL | 286.75º | 0.8% | 0.6% | - |
| HSV(B) | 286.75º | 0.69% | 0.92% | - |
| XYZ | 40.87 | 22.78 | 80.84 | - |
| YUV | 128.56 | 188.08 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 235 | 0.15 | 0.69 | 0 | 0.08 | 286.75 | 0.8 | 0.6 |
| Hex | C7 | 48 | EB | F | 45 | 0 | 8 | 11F | 50 | 3C |
| Octal | 307 | 110 | 353 | 17 | 105 | 0 | 10 | 437 | 120 | 74 |
| Binary | 11000111 | 1001000 | 11101011 | 1111 | 1000101 | 0 | 1000 | 100011111 | 1010000 | 111100 |
Color Harmonies of #C748EB
Complementary color
Monochromatic Colors of #C748EB
Black with #C748EB
Text Example
Text Example
White with #C748EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C748EB; }
p { color: rgb(199,72,235); }
H1.HeaderClassName
{
color: #C748EB;
}
.AnyTagClassName
{
color: #C748EB;
}
</style>
background-color css
<style>
a { background-color: #C748EB; }
a { background-color: rgb(199,72,235); }
div.DivClassName
{
background-color: #C748EB;
}
.BgClassName
{
background-color: #C748EB;
}
</style>
border-color css
<style>
span { border-color: #C748EB; }
span { border-color: rgb(199,72,235); }
td.TdClassName
{
border-color: #C748EB;
}
.TagClassName
{
border-color: #C748EB;
}
</style>