Shades of Medium Orchid #C666DB
Tints of Medium Orchid #C666DB
RGB
CMYK
RGB Variations
Color information
#C666DB (or 0xC666DB) is known color: Medium Orchid. HEX triplet: C6, 66 and DB. RGB value is (198,102,219). Sum of RGB (Red+Green+Blue) = 198+102+219=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #C666DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666DB is #399924. Grayscale: #8F8F8F. Windows color (decimal): -3774757 or 14378694. OLE color: 14378694.
HSL color Cylindrical-coordinate representation of color #C666DB: hue angle of 289.23º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C666DB is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 102 | 219 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.14 |
| HSL | 289.23º | 0.62% | 0.63% | - |
| HSV(B) | 289.23º | 0.53% | 0.86% | - |
| XYZ | 40.83 | 26.62 | 70 | - |
| YUV | 144.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 219 | 0.10 | 0.53 | 0 | 0.14 | 289.23 | 0.62 | 0.63 |
| Hex | C6 | 66 | DB | A | 35 | 0 | E | 121 | 3E | 3F |
| Octal | 306 | 146 | 333 | 12 | 65 | 0 | 16 | 441 | 76 | 77 |
| Binary | 11000110 | 1100110 | 11011011 | 1010 | 110101 | 0 | 1110 | 100100001 | 111110 | 111111 |
Color Harmonies of #C666DB
Complementary color
Monochromatic Colors of #C666DB
Black with #C666DB
Text Example
Text Example
White with #C666DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666DB; }
p { color: rgb(198,102,219); }
H1.HeaderClassName
{
color: #C666DB;
}
.AnyTagClassName
{
color: #C666DB;
}
</style>
background-color css
<style>
a { background-color: #C666DB; }
a { background-color: rgb(198,102,219); }
div.DivClassName
{
background-color: #C666DB;
}
.BgClassName
{
background-color: #C666DB;
}
</style>
border-color css
<style>
span { border-color: #C666DB; }
span { border-color: rgb(198,102,219); }
td.TdClassName
{
border-color: #C666DB;
}
.TagClassName
{
border-color: #C666DB;
}
</style>