Shades of Medium Orchid #C868DD
Tints of Medium Orchid #C868DD
RGB
CMYK
RGB Variations
Color information
#C868DD (or 0xC868DD) is known color: Medium Orchid. HEX triplet: C8, 68 and DD. RGB value is (200,104,221). Sum of RGB (Red+Green+Blue) = 200+104+221=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #C868DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868DD is #379722. Grayscale: #919191. Windows color (decimal): -3643171 or 14510280. OLE color: 14510280.
HSL color Cylindrical-coordinate representation of color #C868DD: hue angle of 289.23º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C868DD is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 104 | 221 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.13 |
| HSL | 289.23º | 0.63% | 0.64% | - |
| HSV(B) | 289.23º | 0.53% | 0.87% | - |
| XYZ | 41.82 | 27.4 | 71.49 | - |
| YUV | 146.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 221 | 0.10 | 0.53 | 0 | 0.13 | 289.23 | 0.63 | 0.64 |
| Hex | C8 | 68 | DD | A | 35 | 0 | D | 121 | 3F | 40 |
| Octal | 310 | 150 | 335 | 12 | 65 | 0 | 15 | 441 | 77 | 100 |
| Binary | 11001000 | 1101000 | 11011101 | 1010 | 110101 | 0 | 1101 | 100100001 | 111111 | 1000000 |
Color Harmonies of #C868DD
Complementary color
Monochromatic Colors of #C868DD
Black with #C868DD
Text Example
Text Example
White with #C868DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868DD; }
p { color: rgb(200,104,221); }
H1.HeaderClassName
{
color: #C868DD;
}
.AnyTagClassName
{
color: #C868DD;
}
</style>
background-color css
<style>
a { background-color: #C868DD; }
a { background-color: rgb(200,104,221); }
div.DivClassName
{
background-color: #C868DD;
}
.BgClassName
{
background-color: #C868DD;
}
</style>
border-color css
<style>
span { border-color: #C868DD; }
span { border-color: rgb(200,104,221); }
td.TdClassName
{
border-color: #C868DD;
}
.TagClassName
{
border-color: #C868DD;
}
</style>