Shades of Medium Orchid #C865E4
Tints of Medium Orchid #C865E4
RGB
CMYK
RGB Variations
Color information
#C865E4 (or 0xC865E4) is known color: Medium Orchid. HEX triplet: C8, 65 and E4. RGB value is (200,101,228). Sum of RGB (Red+Green+Blue) = 200+101+228=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #C865E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865E4 is #379A1B. Grayscale: #909090. Windows color (decimal): -3643932 or 14968264. OLE color: 14968264.
HSL color Cylindrical-coordinate representation of color #C865E4: hue angle of 286.77º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C865E4 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 101 | 228 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.11 |
| HSL | 286.77º | 0.7% | 0.65% | - |
| HSV(B) | 286.77º | 0.56% | 0.89% | - |
| XYZ | 42.48 | 27.19 | 76.41 | - |
| YUV | 145.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 228 | 0.12 | 0.56 | 0 | 0.11 | 286.77 | 0.7 | 0.65 |
| Hex | C8 | 65 | E4 | C | 38 | 0 | B | 11F | 46 | 41 |
| Octal | 310 | 145 | 344 | 14 | 70 | 0 | 13 | 437 | 106 | 101 |
| Binary | 11001000 | 1100101 | 11100100 | 1100 | 111000 | 0 | 1011 | 100011111 | 1000110 | 1000001 |
Color Harmonies of #C865E4
Complementary color
Monochromatic Colors of #C865E4
Black with #C865E4
Text Example
Text Example
White with #C865E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865E4; }
p { color: rgb(200,101,228); }
H1.HeaderClassName
{
color: #C865E4;
}
.AnyTagClassName
{
color: #C865E4;
}
</style>
background-color css
<style>
a { background-color: #C865E4; }
a { background-color: rgb(200,101,228); }
div.DivClassName
{
background-color: #C865E4;
}
.BgClassName
{
background-color: #C865E4;
}
</style>
border-color css
<style>
span { border-color: #C865E4; }
span { border-color: rgb(200,101,228); }
td.TdClassName
{
border-color: #C865E4;
}
.TagClassName
{
border-color: #C865E4;
}
</style>