Shades of Medium Orchid #C862D3
Tints of Medium Orchid #C862D3
RGB
CMYK
RGB Variations
Color information
#C862D3 (or 0xC862D3) is known color: Medium Orchid. HEX triplet: C8, 62 and D3. RGB value is (200,98,211). Sum of RGB (Red+Green+Blue) = 200+98+211=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 211 - color contains mainly: blue. Hex color #C862D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862D3 is #379D2C. Grayscale: #8D8D8D. Windows color (decimal): -3644717 or 13853384. OLE color: 13853384.
HSL color Cylindrical-coordinate representation of color #C862D3: hue angle of 294.16º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C862D3 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 98 | 211 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.17 |
| HSL | 294.16º | 0.56% | 0.61% | - |
| HSV(B) | 294.16º | 0.54% | 0.83% | - |
| XYZ | 39.94 | 25.72 | 64.49 | - |
| YUV | 141.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 211 | 0.05 | 0.54 | 0 | 0.17 | 294.16 | 0.56 | 0.61 |
| Hex | C8 | 62 | D3 | 5 | 36 | 0 | 11 | 126 | 38 | 3D |
| Octal | 310 | 142 | 323 | 5 | 66 | 0 | 21 | 446 | 70 | 75 |
| Binary | 11001000 | 1100010 | 11010011 | 101 | 110110 | 0 | 10001 | 100100110 | 111000 | 111101 |
Color Harmonies of #C862D3
Complementary color
Monochromatic Colors of #C862D3
Black with #C862D3
Text Example
Text Example
White with #C862D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C862D3; }
p { color: rgb(200,98,211); }
H1.HeaderClassName
{
color: #C862D3;
}
.AnyTagClassName
{
color: #C862D3;
}
</style>
background-color css
<style>
a { background-color: #C862D3; }
a { background-color: rgb(200,98,211); }
div.DivClassName
{
background-color: #C862D3;
}
.BgClassName
{
background-color: #C862D3;
}
</style>
border-color css
<style>
span { border-color: #C862D3; }
span { border-color: rgb(200,98,211); }
td.TdClassName
{
border-color: #C862D3;
}
.TagClassName
{
border-color: #C862D3;
}
</style>