Shades of Medium Orchid #C862EB
Tints of Medium Orchid #C862EB
RGB
CMYK
RGB Variations
Color information
#C862EB (or 0xC862EB) is known color: Medium Orchid. HEX triplet: C8, 62 and EB. RGB value is (200,98,235). Sum of RGB (Red+Green+Blue) = 200+98+235=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #C862EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C862EB is #379D14. Grayscale: #8F8F8F. Windows color (decimal): -3644693 or 15426248. OLE color: 15426248.
HSL color Cylindrical-coordinate representation of color #C862EB: hue angle of 284.67º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C862EB is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 98 | 235 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.08 |
| HSL | 284.67º | 0.77% | 0.65% | - |
| HSV(B) | 284.67º | 0.58% | 0.92% | - |
| XYZ | 43.18 | 27.01 | 81.54 | - |
| YUV | 144.12 | 179.29 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 235 | 0.15 | 0.58 | 0 | 0.08 | 284.67 | 0.77 | 0.65 |
| Hex | C8 | 62 | EB | F | 3A | 0 | 8 | 11D | 4D | 41 |
| Octal | 310 | 142 | 353 | 17 | 72 | 0 | 10 | 435 | 115 | 101 |
| Binary | 11001000 | 1100010 | 11101011 | 1111 | 111010 | 0 | 1000 | 100011101 | 1001101 | 1000001 |
Color Harmonies of #C862EB
Complementary color
Monochromatic Colors of #C862EB
Black with #C862EB
Text Example
Text Example
White with #C862EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C862EB; }
p { color: rgb(200,98,235); }
H1.HeaderClassName
{
color: #C862EB;
}
.AnyTagClassName
{
color: #C862EB;
}
</style>
background-color css
<style>
a { background-color: #C862EB; }
a { background-color: rgb(200,98,235); }
div.DivClassName
{
background-color: #C862EB;
}
.BgClassName
{
background-color: #C862EB;
}
</style>
border-color css
<style>
span { border-color: #C862EB; }
span { border-color: rgb(200,98,235); }
td.TdClassName
{
border-color: #C862EB;
}
.TagClassName
{
border-color: #C862EB;
}
</style>