Shades of Medium Orchid #C866EA
Tints of Medium Orchid #C866EA
RGB
CMYK
RGB Variations
Color information
#C866EA (or 0xC866EA) is known color: Medium Orchid. HEX triplet: C8, 66 and EA. RGB value is (200,102,234). Sum of RGB (Red+Green+Blue) = 200+102+234=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #C866EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C866EA is #379915. Grayscale: #919191. Windows color (decimal): -3643670 or 15361736. OLE color: 15361736.
HSL color Cylindrical-coordinate representation of color #C866EA: hue angle of 284.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C866EA is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 102 | 234 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.08 |
| HSL | 284.55º | 0.76% | 0.66% | - |
| HSV(B) | 284.55º | 0.56% | 0.92% | - |
| XYZ | 43.42 | 27.72 | 80.9 | - |
| YUV | 146.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 234 | 0.15 | 0.56 | 0 | 0.08 | 284.55 | 0.76 | 0.66 |
| Hex | C8 | 66 | EA | F | 38 | 0 | 8 | 11D | 4C | 42 |
| Octal | 310 | 146 | 352 | 17 | 70 | 0 | 10 | 435 | 114 | 102 |
| Binary | 11001000 | 1100110 | 11101010 | 1111 | 111000 | 0 | 1000 | 100011101 | 1001100 | 1000010 |
Color Harmonies of #C866EA
Complementary color
Monochromatic Colors of #C866EA
Black with #C866EA
Text Example
Text Example
White with #C866EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C866EA; }
p { color: rgb(200,102,234); }
H1.HeaderClassName
{
color: #C866EA;
}
.AnyTagClassName
{
color: #C866EA;
}
</style>
background-color css
<style>
a { background-color: #C866EA; }
a { background-color: rgb(200,102,234); }
div.DivClassName
{
background-color: #C866EA;
}
.BgClassName
{
background-color: #C866EA;
}
</style>
border-color css
<style>
span { border-color: #C866EA; }
span { border-color: rgb(200,102,234); }
td.TdClassName
{
border-color: #C866EA;
}
.TagClassName
{
border-color: #C866EA;
}
</style>