Shades of Medium Orchid #C865D4
Tints of Medium Orchid #C865D4
RGB
CMYK
RGB Variations
Color information
#C865D4 (or 0xC865D4) is known color: Medium Orchid. HEX triplet: C8, 65 and D4. RGB value is (200,101,212). Sum of RGB (Red+Green+Blue) = 200+101+212=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #C865D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865D4 is #379A2B. Grayscale: #8E8E8E. Windows color (decimal): -3643948 or 13919688. OLE color: 13919688.
HSL color Cylindrical-coordinate representation of color #C865D4: hue angle of 293.51º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C865D4 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 101 | 212 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.17 |
| HSL | 293.51º | 0.56% | 0.61% | - |
| HSV(B) | 293.51º | 0.52% | 0.83% | - |
| XYZ | 40.36 | 26.34 | 65.24 | - |
| YUV | 143.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 212 | 0.06 | 0.52 | 0 | 0.17 | 293.51 | 0.56 | 0.61 |
| Hex | C8 | 65 | D4 | 6 | 34 | 0 | 11 | 126 | 38 | 3D |
| Octal | 310 | 145 | 324 | 6 | 64 | 0 | 21 | 446 | 70 | 75 |
| Binary | 11001000 | 1100101 | 11010100 | 110 | 110100 | 0 | 10001 | 100100110 | 111000 | 111101 |
Color Harmonies of #C865D4
Complementary color
Monochromatic Colors of #C865D4
Black with #C865D4
Text Example
Text Example
White with #C865D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865D4; }
p { color: rgb(200,101,212); }
H1.HeaderClassName
{
color: #C865D4;
}
.AnyTagClassName
{
color: #C865D4;
}
</style>
background-color css
<style>
a { background-color: #C865D4; }
a { background-color: rgb(200,101,212); }
div.DivClassName
{
background-color: #C865D4;
}
.BgClassName
{
background-color: #C865D4;
}
</style>
border-color css
<style>
span { border-color: #C865D4; }
span { border-color: rgb(200,101,212); }
td.TdClassName
{
border-color: #C865D4;
}
.TagClassName
{
border-color: #C865D4;
}
</style>