Shades of Medium Orchid #C868DA
Tints of Medium Orchid #C868DA
RGB
CMYK
RGB Variations
Color information
#C868DA (or 0xC868DA) is known color: Medium Orchid. HEX triplet: C8, 68 and DA. RGB value is (200,104,218). Sum of RGB (Red+Green+Blue) = 200+104+218=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #C868DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868DA is #379725. Grayscale: #919191. Windows color (decimal): -3643174 or 14313672. OLE color: 14313672.
HSL color Cylindrical-coordinate representation of color #C868DA: hue angle of 290.53º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C868DA is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 104 | 218 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.15 |
| HSL | 290.53º | 0.61% | 0.63% | - |
| HSV(B) | 290.53º | 0.52% | 0.85% | - |
| XYZ | 41.42 | 27.24 | 69.4 | - |
| YUV | 145.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 218 | 0.08 | 0.52 | 0 | 0.15 | 290.53 | 0.61 | 0.63 |
| Hex | C8 | 68 | DA | 8 | 34 | 0 | F | 123 | 3D | 3F |
| Octal | 310 | 150 | 332 | 10 | 64 | 0 | 17 | 443 | 75 | 77 |
| Binary | 11001000 | 1101000 | 11011010 | 1000 | 110100 | 0 | 1111 | 100100011 | 111101 | 111111 |
Color Harmonies of #C868DA
Complementary color
Monochromatic Colors of #C868DA
Black with #C868DA
Text Example
Text Example
White with #C868DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868DA; }
p { color: rgb(200,104,218); }
H1.HeaderClassName
{
color: #C868DA;
}
.AnyTagClassName
{
color: #C868DA;
}
</style>
background-color css
<style>
a { background-color: #C868DA; }
a { background-color: rgb(200,104,218); }
div.DivClassName
{
background-color: #C868DA;
}
.BgClassName
{
background-color: #C868DA;
}
</style>
border-color css
<style>
span { border-color: #C868DA; }
span { border-color: rgb(200,104,218); }
td.TdClassName
{
border-color: #C868DA;
}
.TagClassName
{
border-color: #C868DA;
}
</style>