Shades of Medium Orchid #C869DB
Tints of Medium Orchid #C869DB
RGB
CMYK
RGB Variations
Color information
#C869DB (or 0xC869DB) is known color: Medium Orchid. HEX triplet: C8, 69 and DB. RGB value is (200,105,219). Sum of RGB (Red+Green+Blue) = 200+105+219=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #C869DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869DB is #379624. Grayscale: #929292. Windows color (decimal): -3642917 or 14379464. OLE color: 14379464.
HSL color Cylindrical-coordinate representation of color #C869DB: hue angle of 290º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C869DB is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 105 | 219 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.14 |
| HSL | 290º | 0.61% | 0.64% | - |
| HSV(B) | 290º | 0.52% | 0.86% | - |
| XYZ | 41.66 | 27.5 | 70.13 | - |
| YUV | 146.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 219 | 0.09 | 0.52 | 0 | 0.14 | 290 | 0.61 | 0.64 |
| Hex | C8 | 69 | DB | 9 | 34 | 0 | E | 122 | 3D | 40 |
| Octal | 310 | 151 | 333 | 11 | 64 | 0 | 16 | 442 | 75 | 100 |
| Binary | 11001000 | 1101001 | 11011011 | 1001 | 110100 | 0 | 1110 | 100100010 | 111101 | 1000000 |
Color Harmonies of #C869DB
Complementary color
Monochromatic Colors of #C869DB
Black with #C869DB
Text Example
Text Example
White with #C869DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869DB; }
p { color: rgb(200,105,219); }
H1.HeaderClassName
{
color: #C869DB;
}
.AnyTagClassName
{
color: #C869DB;
}
</style>
background-color css
<style>
a { background-color: #C869DB; }
a { background-color: rgb(200,105,219); }
div.DivClassName
{
background-color: #C869DB;
}
.BgClassName
{
background-color: #C869DB;
}
</style>
border-color css
<style>
span { border-color: #C869DB; }
span { border-color: rgb(200,105,219); }
td.TdClassName
{
border-color: #C869DB;
}
.TagClassName
{
border-color: #C869DB;
}
</style>