Shades of Medium Orchid #C865DB
Tints of Medium Orchid #C865DB
RGB
CMYK
RGB Variations
Color information
#C865DB (or 0xC865DB) is known color: Medium Orchid. HEX triplet: C8, 65 and DB. RGB value is (200,101,219). Sum of RGB (Red+Green+Blue) = 200+101+219=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #C865DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865DB is #379A24. Grayscale: #8F8F8F. Windows color (decimal): -3643941 or 14378440. OLE color: 14378440.
HSL color Cylindrical-coordinate representation of color #C865DB: hue angle of 290.34º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C865DB is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 101 | 219 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.14 |
| HSL | 290.34º | 0.62% | 0.63% | - |
| HSV(B) | 290.34º | 0.54% | 0.86% | - |
| XYZ | 41.26 | 26.7 | 70 | - |
| YUV | 144.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 219 | 0.09 | 0.54 | 0 | 0.14 | 290.34 | 0.62 | 0.63 |
| Hex | C8 | 65 | DB | 9 | 36 | 0 | E | 122 | 3E | 3F |
| Octal | 310 | 145 | 333 | 11 | 66 | 0 | 16 | 442 | 76 | 77 |
| Binary | 11001000 | 1100101 | 11011011 | 1001 | 110110 | 0 | 1110 | 100100010 | 111110 | 111111 |
Color Harmonies of #C865DB
Complementary color
Monochromatic Colors of #C865DB
Black with #C865DB
Text Example
Text Example
White with #C865DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865DB; }
p { color: rgb(200,101,219); }
H1.HeaderClassName
{
color: #C865DB;
}
.AnyTagClassName
{
color: #C865DB;
}
</style>
background-color css
<style>
a { background-color: #C865DB; }
a { background-color: rgb(200,101,219); }
div.DivClassName
{
background-color: #C865DB;
}
.BgClassName
{
background-color: #C865DB;
}
</style>
border-color css
<style>
span { border-color: #C865DB; }
span { border-color: rgb(200,101,219); }
td.TdClassName
{
border-color: #C865DB;
}
.TagClassName
{
border-color: #C865DB;
}
</style>