Shades of Medium Orchid #C866E8
Tints of Medium Orchid #C866E8
RGB
CMYK
RGB Variations
Color information
#C866E8 (or 0xC866E8) is known color: Medium Orchid. HEX triplet: C8, 66 and E8. RGB value is (200,102,232). Sum of RGB (Red+Green+Blue) = 200+102+232=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #C866E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C866E8 is #379917. Grayscale: #919191. Windows color (decimal): -3643672 or 15230664. OLE color: 15230664.
HSL color Cylindrical-coordinate representation of color #C866E8: hue angle of 285.23º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C866E8 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 102 | 232 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.09 |
| HSL | 285.23º | 0.74% | 0.65% | - |
| HSV(B) | 285.23º | 0.56% | 0.91% | - |
| XYZ | 43.14 | 27.61 | 79.4 | - |
| YUV | 146.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 232 | 0.14 | 0.56 | 0 | 0.09 | 285.23 | 0.74 | 0.65 |
| Hex | C8 | 66 | E8 | E | 38 | 0 | 9 | 11D | 4A | 41 |
| Octal | 310 | 146 | 350 | 16 | 70 | 0 | 11 | 435 | 112 | 101 |
| Binary | 11001000 | 1100110 | 11101000 | 1110 | 111000 | 0 | 1001 | 100011101 | 1001010 | 1000001 |
Color Harmonies of #C866E8
Complementary color
Monochromatic Colors of #C866E8
Black with #C866E8
Text Example
Text Example
White with #C866E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C866E8; }
p { color: rgb(200,102,232); }
H1.HeaderClassName
{
color: #C866E8;
}
.AnyTagClassName
{
color: #C866E8;
}
</style>
background-color css
<style>
a { background-color: #C866E8; }
a { background-color: rgb(200,102,232); }
div.DivClassName
{
background-color: #C866E8;
}
.BgClassName
{
background-color: #C866E8;
}
</style>
border-color css
<style>
span { border-color: #C866E8; }
span { border-color: rgb(200,102,232); }
td.TdClassName
{
border-color: #C866E8;
}
.TagClassName
{
border-color: #C866E8;
}
</style>