Shades of Medium Orchid #C660DB
Tints of Medium Orchid #C660DB
RGB
CMYK
RGB Variations
Color information
#C660DB (or 0xC660DB) is known color: Medium Orchid. HEX triplet: C6, 60 and DB. RGB value is (198,96,219). Sum of RGB (Red+Green+Blue) = 198+96+219=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #C660DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660DB is #399F24. Grayscale: #8C8C8C. Windows color (decimal): -3776293 or 14377158. OLE color: 14377158.
HSL color Cylindrical-coordinate representation of color #C660DB: hue angle of 289.76º 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 #C660DB is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 96 | 219 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.14 |
| HSL | 289.76º | 0.63% | 0.62% | - |
| HSV(B) | 289.76º | 0.56% | 0.86% | - |
| XYZ | 40.26 | 25.49 | 69.82 | - |
| YUV | 140.52 | 172.29 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 219 | 0.10 | 0.56 | 0 | 0.14 | 289.76 | 0.63 | 0.62 |
| Hex | C6 | 60 | DB | A | 38 | 0 | E | 122 | 3F | 3E |
| Octal | 306 | 140 | 333 | 12 | 70 | 0 | 16 | 442 | 77 | 76 |
| Binary | 11000110 | 1100000 | 11011011 | 1010 | 111000 | 0 | 1110 | 100100010 | 111111 | 111110 |
Color Harmonies of #C660DB
Complementary color
Monochromatic Colors of #C660DB
Black with #C660DB
Text Example
Text Example
White with #C660DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660DB; }
p { color: rgb(198,96,219); }
H1.HeaderClassName
{
color: #C660DB;
}
.AnyTagClassName
{
color: #C660DB;
}
</style>
background-color css
<style>
a { background-color: #C660DB; }
a { background-color: rgb(198,96,219); }
div.DivClassName
{
background-color: #C660DB;
}
.BgClassName
{
background-color: #C660DB;
}
</style>
border-color css
<style>
span { border-color: #C660DB; }
span { border-color: rgb(198,96,219); }
td.TdClassName
{
border-color: #C660DB;
}
.TagClassName
{
border-color: #C660DB;
}
</style>