Shades of Medium Orchid #C866DB
Tints of Medium Orchid #C866DB
RGB
CMYK
RGB Variations
Color information
#C866DB (or 0xC866DB) is known color: Medium Orchid. HEX triplet: C8, 66 and DB. RGB value is (200,102,219). Sum of RGB (Red+Green+Blue) = 200+102+219=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #C866DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866DB is #379924. Grayscale: #909090. Windows color (decimal): -3643685 or 14378696. OLE color: 14378696.
HSL color Cylindrical-coordinate representation of color #C866DB: hue angle of 290.26º 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 #C866DB is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 102 | 219 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.14 |
| HSL | 290.26º | 0.62% | 0.63% | - |
| HSV(B) | 290.26º | 0.53% | 0.86% | - |
| XYZ | 41.36 | 26.9 | 70.03 | - |
| YUV | 144.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 219 | 0.09 | 0.53 | 0 | 0.14 | 290.26 | 0.62 | 0.63 |
| Hex | C8 | 66 | DB | 9 | 35 | 0 | E | 122 | 3E | 3F |
| Octal | 310 | 146 | 333 | 11 | 65 | 0 | 16 | 442 | 76 | 77 |
| Binary | 11001000 | 1100110 | 11011011 | 1001 | 110101 | 0 | 1110 | 100100010 | 111110 | 111111 |
Color Harmonies of #C866DB
Complementary color
Monochromatic Colors of #C866DB
Black with #C866DB
Text Example
Text Example
White with #C866DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C866DB; }
p { color: rgb(200,102,219); }
H1.HeaderClassName
{
color: #C866DB;
}
.AnyTagClassName
{
color: #C866DB;
}
</style>
background-color css
<style>
a { background-color: #C866DB; }
a { background-color: rgb(200,102,219); }
div.DivClassName
{
background-color: #C866DB;
}
.BgClassName
{
background-color: #C866DB;
}
</style>
border-color css
<style>
span { border-color: #C866DB; }
span { border-color: rgb(200,102,219); }
td.TdClassName
{
border-color: #C866DB;
}
.TagClassName
{
border-color: #C866DB;
}
</style>