Shades of Medium Orchid #C648E0
Tints of Medium Orchid #C648E0
RGB
CMYK
RGB Variations
Color information
#C648E0 (or 0xC648E0) is known color: Medium Orchid. HEX triplet: C6, 48 and E0. RGB value is (198,72,224). Sum of RGB (Red+Green+Blue) = 198+72+224=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #C648E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648E0 is #39B71F. Grayscale: #7E7E7E. Windows color (decimal): -3782432 or 14698694. OLE color: 14698694.
HSL color Cylindrical-coordinate representation of color #C648E0: hue angle of 289.74º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C648E0 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 72 | 224 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.12 |
| HSL | 289.74º | 0.71% | 0.58% | - |
| HSV(B) | 289.74º | 0.68% | 0.88% | - |
| XYZ | 39.06 | 22.02 | 72.71 | - |
| YUV | 127 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 224 | 0.12 | 0.68 | 0 | 0.12 | 289.74 | 0.71 | 0.58 |
| Hex | C6 | 48 | E0 | C | 44 | 0 | C | 122 | 47 | 3A |
| Octal | 306 | 110 | 340 | 14 | 104 | 0 | 14 | 442 | 107 | 72 |
| Binary | 11000110 | 1001000 | 11100000 | 1100 | 1000100 | 0 | 1100 | 100100010 | 1000111 | 111010 |
Color Harmonies of #C648E0
Complementary color
Monochromatic Colors of #C648E0
Black with #C648E0
Text Example
Text Example
White with #C648E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C648E0; }
p { color: rgb(198,72,224); }
H1.HeaderClassName
{
color: #C648E0;
}
.AnyTagClassName
{
color: #C648E0;
}
</style>
background-color css
<style>
a { background-color: #C648E0; }
a { background-color: rgb(198,72,224); }
div.DivClassName
{
background-color: #C648E0;
}
.BgClassName
{
background-color: #C648E0;
}
</style>
border-color css
<style>
span { border-color: #C648E0; }
span { border-color: rgb(198,72,224); }
td.TdClassName
{
border-color: #C648E0;
}
.TagClassName
{
border-color: #C648E0;
}
</style>