Shades of Medium Orchid #C864DA
Tints of Medium Orchid #C864DA
RGB
CMYK
RGB Variations
Color information
#C864DA (or 0xC864DA) is known color: Medium Orchid. HEX triplet: C8, 64 and DA. RGB value is (200,100,218). Sum of RGB (Red+Green+Blue) = 200+100+218=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #C864DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864DA is #379B25. Grayscale: #8E8E8E. Windows color (decimal): -3644198 or 14312648. OLE color: 14312648.
HSL color Cylindrical-coordinate representation of color #C864DA: hue angle of 290.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C864DA is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 100 | 218 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.15 |
| HSL | 290.85º | 0.61% | 0.62% | - |
| HSV(B) | 290.85º | 0.54% | 0.85% | - |
| XYZ | 41.03 | 26.46 | 69.27 | - |
| YUV | 143.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 218 | 0.08 | 0.54 | 0 | 0.15 | 290.85 | 0.61 | 0.62 |
| Hex | C8 | 64 | DA | 8 | 36 | 0 | F | 123 | 3D | 3E |
| Octal | 310 | 144 | 332 | 10 | 66 | 0 | 17 | 443 | 75 | 76 |
| Binary | 11001000 | 1100100 | 11011010 | 1000 | 110110 | 0 | 1111 | 100100011 | 111101 | 111110 |
Color Harmonies of #C864DA
Complementary color
Monochromatic Colors of #C864DA
Black with #C864DA
Text Example
Text Example
White with #C864DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C864DA; }
p { color: rgb(200,100,218); }
H1.HeaderClassName
{
color: #C864DA;
}
.AnyTagClassName
{
color: #C864DA;
}
</style>
background-color css
<style>
a { background-color: #C864DA; }
a { background-color: rgb(200,100,218); }
div.DivClassName
{
background-color: #C864DA;
}
.BgClassName
{
background-color: #C864DA;
}
</style>
border-color css
<style>
span { border-color: #C864DA; }
span { border-color: rgb(200,100,218); }
td.TdClassName
{
border-color: #C864DA;
}
.TagClassName
{
border-color: #C864DA;
}
</style>