Shades of Medium Orchid #C862E5
Tints of Medium Orchid #C862E5
RGB
CMYK
RGB Variations
Color information
#C862E5 (or 0xC862E5) is known color: Medium Orchid. HEX triplet: C8, 62 and E5. RGB value is (200,98,229). Sum of RGB (Red+Green+Blue) = 200+98+229=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #C862E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862E5 is #379D1A. Grayscale: #8F8F8F. Windows color (decimal): -3644699 or 15033032. OLE color: 15033032.
HSL color Cylindrical-coordinate representation of color #C862E5: hue angle of 286.72º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C862E5 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 98 | 229 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.10 |
| HSL | 286.72º | 0.72% | 0.64% | - |
| HSV(B) | 286.72º | 0.57% | 0.9% | - |
| XYZ | 42.33 | 26.67 | 77.05 | - |
| YUV | 143.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 229 | 0.13 | 0.57 | 0 | 0.10 | 286.72 | 0.72 | 0.64 |
| Hex | C8 | 62 | E5 | D | 39 | 0 | A | 11F | 48 | 40 |
| Octal | 310 | 142 | 345 | 15 | 71 | 0 | 12 | 437 | 110 | 100 |
| Binary | 11001000 | 1100010 | 11100101 | 1101 | 111001 | 0 | 1010 | 100011111 | 1001000 | 1000000 |
Color Harmonies of #C862E5
Complementary color
Monochromatic Colors of #C862E5
Black with #C862E5
Text Example
Text Example
White with #C862E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C862E5; }
p { color: rgb(200,98,229); }
H1.HeaderClassName
{
color: #C862E5;
}
.AnyTagClassName
{
color: #C862E5;
}
</style>
background-color css
<style>
a { background-color: #C862E5; }
a { background-color: rgb(200,98,229); }
div.DivClassName
{
background-color: #C862E5;
}
.BgClassName
{
background-color: #C862E5;
}
</style>
border-color css
<style>
span { border-color: #C862E5; }
span { border-color: rgb(200,98,229); }
td.TdClassName
{
border-color: #C862E5;
}
.TagClassName
{
border-color: #C862E5;
}
</style>