Shades of Medium Orchid #C647DB
Tints of Medium Orchid #C647DB
RGB
CMYK
RGB Variations
Color information
#C647DB (or 0xC647DB) is known color: Medium Orchid. HEX triplet: C6, 47 and DB. RGB value is (198,71,219). Sum of RGB (Red+Green+Blue) = 198+71+219=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #C647DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647DB is #39B824. Grayscale: #7D7D7D. Windows color (decimal): -3782693 or 14370758. OLE color: 14370758.
HSL color Cylindrical-coordinate representation of color #C647DB: hue angle of 291.49º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C647DB is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 71 | 219 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.14 |
| HSL | 291.49º | 0.67% | 0.57% | - |
| HSV(B) | 291.49º | 0.68% | 0.86% | - |
| XYZ | 38.33 | 21.63 | 69.17 | - |
| YUV | 125.85 | 180.58 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 219 | 0.10 | 0.68 | 0 | 0.14 | 291.49 | 0.67 | 0.57 |
| Hex | C6 | 47 | DB | A | 44 | 0 | E | 123 | 43 | 39 |
| Octal | 306 | 107 | 333 | 12 | 104 | 0 | 16 | 443 | 103 | 71 |
| Binary | 11000110 | 1000111 | 11011011 | 1010 | 1000100 | 0 | 1110 | 100100011 | 1000011 | 111001 |
Color Harmonies of #C647DB
Complementary color
Monochromatic Colors of #C647DB
Black with #C647DB
Text Example
Text Example
White with #C647DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647DB; }
p { color: rgb(198,71,219); }
H1.HeaderClassName
{
color: #C647DB;
}
.AnyTagClassName
{
color: #C647DB;
}
</style>
background-color css
<style>
a { background-color: #C647DB; }
a { background-color: rgb(198,71,219); }
div.DivClassName
{
background-color: #C647DB;
}
.BgClassName
{
background-color: #C647DB;
}
</style>
border-color css
<style>
span { border-color: #C647DB; }
span { border-color: rgb(198,71,219); }
td.TdClassName
{
border-color: #C647DB;
}
.TagClassName
{
border-color: #C647DB;
}
</style>