Shades of Medium Orchid #C865E7
Tints of Medium Orchid #C865E7
RGB
CMYK
RGB Variations
Color information
#C865E7 (or 0xC865E7) is known color: Medium Orchid. HEX triplet: C8, 65 and E7. RGB value is (200,101,231). Sum of RGB (Red+Green+Blue) = 200+101+231=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #C865E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C865E7 is #379A18. Grayscale: #919191. Windows color (decimal): -3643929 or 15164872. OLE color: 15164872.
HSL color Cylindrical-coordinate representation of color #C865E7: hue angle of 285.69º degrees, saturation: 0.73, 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 #C865E7 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 101 | 231 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.09 |
| HSL | 285.69º | 0.73% | 0.65% | - |
| HSV(B) | 285.69º | 0.56% | 0.91% | - |
| XYZ | 42.9 | 27.36 | 78.62 | - |
| YUV | 145.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 231 | 0.13 | 0.56 | 0 | 0.09 | 285.69 | 0.73 | 0.65 |
| Hex | C8 | 65 | E7 | D | 38 | 0 | 9 | 11E | 49 | 41 |
| Octal | 310 | 145 | 347 | 15 | 70 | 0 | 11 | 436 | 111 | 101 |
| Binary | 11001000 | 1100101 | 11100111 | 1101 | 111000 | 0 | 1001 | 100011110 | 1001001 | 1000001 |
Color Harmonies of #C865E7
Complementary color
Monochromatic Colors of #C865E7
Black with #C865E7
Text Example
Text Example
White with #C865E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865E7; }
p { color: rgb(200,101,231); }
H1.HeaderClassName
{
color: #C865E7;
}
.AnyTagClassName
{
color: #C865E7;
}
</style>
background-color css
<style>
a { background-color: #C865E7; }
a { background-color: rgb(200,101,231); }
div.DivClassName
{
background-color: #C865E7;
}
.BgClassName
{
background-color: #C865E7;
}
</style>
border-color css
<style>
span { border-color: #C865E7; }
span { border-color: rgb(200,101,231); }
td.TdClassName
{
border-color: #C865E7;
}
.TagClassName
{
border-color: #C865E7;
}
</style>