Shades of Medium Orchid #C648DB
Tints of Medium Orchid #C648DB
RGB
CMYK
RGB Variations
Color information
#C648DB (or 0xC648DB) is known color: Medium Orchid. HEX triplet: C6, 48 and DB. RGB value is (198,72,219). Sum of RGB (Red+Green+Blue) = 198+72+219=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #C648DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648DB is #39B724. Grayscale: #7D7D7D. Windows color (decimal): -3782437 or 14371014. OLE color: 14371014.
HSL color Cylindrical-coordinate representation of color #C648DB: hue angle of 291.43º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C648DB is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 72 | 219 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.14 |
| HSL | 291.43º | 0.67% | 0.57% | - |
| HSV(B) | 291.43º | 0.67% | 0.86% | - |
| XYZ | 38.39 | 21.75 | 69.19 | - |
| YUV | 126.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 219 | 0.10 | 0.67 | 0 | 0.14 | 291.43 | 0.67 | 0.57 |
| Hex | C6 | 48 | DB | A | 43 | 0 | E | 123 | 43 | 39 |
| Octal | 306 | 110 | 333 | 12 | 103 | 0 | 16 | 443 | 103 | 71 |
| Binary | 11000110 | 1001000 | 11011011 | 1010 | 1000011 | 0 | 1110 | 100100011 | 1000011 | 111001 |
Color Harmonies of #C648DB
Complementary color
Monochromatic Colors of #C648DB
Black with #C648DB
Text Example
Text Example
White with #C648DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C648DB; }
p { color: rgb(198,72,219); }
H1.HeaderClassName
{
color: #C648DB;
}
.AnyTagClassName
{
color: #C648DB;
}
</style>
background-color css
<style>
a { background-color: #C648DB; }
a { background-color: rgb(198,72,219); }
div.DivClassName
{
background-color: #C648DB;
}
.BgClassName
{
background-color: #C648DB;
}
</style>
border-color css
<style>
span { border-color: #C648DB; }
span { border-color: rgb(198,72,219); }
td.TdClassName
{
border-color: #C648DB;
}
.TagClassName
{
border-color: #C648DB;
}
</style>