Shades of Medium Orchid #C661DB
Tints of Medium Orchid #C661DB
RGB
CMYK
RGB Variations
Color information
#C661DB (or 0xC661DB) is known color: Medium Orchid. HEX triplet: C6, 61 and DB. RGB value is (198,97,219). Sum of RGB (Red+Green+Blue) = 198+97+219=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #C661DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C661DB is #399E24. Grayscale: #8C8C8C. Windows color (decimal): -3776037 or 14377414. OLE color: 14377414.
HSL color Cylindrical-coordinate representation of color #C661DB: hue angle of 289.67º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C661DB is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 97 | 219 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.14 |
| HSL | 289.67º | 0.63% | 0.62% | - |
| HSV(B) | 289.67º | 0.56% | 0.86% | - |
| XYZ | 40.35 | 25.67 | 69.85 | - |
| YUV | 141.11 | 171.96 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 219 | 0.10 | 0.56 | 0 | 0.14 | 289.67 | 0.63 | 0.62 |
| Hex | C6 | 61 | DB | A | 38 | 0 | E | 122 | 3F | 3E |
| Octal | 306 | 141 | 333 | 12 | 70 | 0 | 16 | 442 | 77 | 76 |
| Binary | 11000110 | 1100001 | 11011011 | 1010 | 111000 | 0 | 1110 | 100100010 | 111111 | 111110 |
Color Harmonies of #C661DB
Complementary color
Monochromatic Colors of #C661DB
Black with #C661DB
Text Example
Text Example
White with #C661DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C661DB; }
p { color: rgb(198,97,219); }
H1.HeaderClassName
{
color: #C661DB;
}
.AnyTagClassName
{
color: #C661DB;
}
</style>
background-color css
<style>
a { background-color: #C661DB; }
a { background-color: rgb(198,97,219); }
div.DivClassName
{
background-color: #C661DB;
}
.BgClassName
{
background-color: #C661DB;
}
</style>
border-color css
<style>
span { border-color: #C661DB; }
span { border-color: rgb(198,97,219); }
td.TdClassName
{
border-color: #C661DB;
}
.TagClassName
{
border-color: #C661DB;
}
</style>