Shades of Medium Orchid #C865E8
Tints of Medium Orchid #C865E8
RGB
CMYK
RGB Variations
Color information
#C865E8 (or 0xC865E8) is known color: Medium Orchid. HEX triplet: C8, 65 and E8. RGB value is (200,101,232). Sum of RGB (Red+Green+Blue) = 200+101+232=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #C865E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C865E8 is #379A17. Grayscale: #919191. Windows color (decimal): -3643928 or 15230408. OLE color: 15230408.
HSL color Cylindrical-coordinate representation of color #C865E8: hue angle of 285.34º 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 #C865E8 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 101 | 232 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.09 |
| HSL | 285.34º | 0.74% | 0.65% | - |
| HSV(B) | 285.34º | 0.56% | 0.91% | - |
| XYZ | 43.04 | 27.41 | 79.37 | - |
| YUV | 145.54 | 176.8 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 232 | 0.14 | 0.56 | 0 | 0.09 | 285.34 | 0.74 | 0.65 |
| Hex | C8 | 65 | E8 | E | 38 | 0 | 9 | 11D | 4A | 41 |
| Octal | 310 | 145 | 350 | 16 | 70 | 0 | 11 | 435 | 112 | 101 |
| Binary | 11001000 | 1100101 | 11101000 | 1110 | 111000 | 0 | 1001 | 100011101 | 1001010 | 1000001 |
Color Harmonies of #C865E8
Complementary color
Monochromatic Colors of #C865E8
Black with #C865E8
Text Example
Text Example
White with #C865E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865E8; }
p { color: rgb(200,101,232); }
H1.HeaderClassName
{
color: #C865E8;
}
.AnyTagClassName
{
color: #C865E8;
}
</style>
background-color css
<style>
a { background-color: #C865E8; }
a { background-color: rgb(200,101,232); }
div.DivClassName
{
background-color: #C865E8;
}
.BgClassName
{
background-color: #C865E8;
}
</style>
border-color css
<style>
span { border-color: #C865E8; }
span { border-color: rgb(200,101,232); }
td.TdClassName
{
border-color: #C865E8;
}
.TagClassName
{
border-color: #C865E8;
}
</style>