Shades of Medium Orchid #C864D4
Tints of Medium Orchid #C864D4
RGB
CMYK
RGB Variations
Color information
#C864D4 (or 0xC864D4) is known color: Medium Orchid. HEX triplet: C8, 64 and D4. RGB value is (200,100,212). Sum of RGB (Red+Green+Blue) = 200+100+212=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #C864D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864D4 is #379B2B. Grayscale: #8E8E8E. Windows color (decimal): -3644204 or 13919432. OLE color: 13919432.
HSL color Cylindrical-coordinate representation of color #C864D4: hue angle of 293.57º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C864D4 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 100 | 212 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.17 |
| HSL | 293.57º | 0.57% | 0.61% | - |
| HSV(B) | 293.57º | 0.53% | 0.83% | - |
| XYZ | 40.26 | 26.15 | 65.21 | - |
| YUV | 142.67 | 167.13 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 212 | 0.06 | 0.53 | 0 | 0.17 | 293.57 | 0.57 | 0.61 |
| Hex | C8 | 64 | D4 | 6 | 35 | 0 | 11 | 126 | 39 | 3D |
| Octal | 310 | 144 | 324 | 6 | 65 | 0 | 21 | 446 | 71 | 75 |
| Binary | 11001000 | 1100100 | 11010100 | 110 | 110101 | 0 | 10001 | 100100110 | 111001 | 111101 |
Color Harmonies of #C864D4
Complementary color
Monochromatic Colors of #C864D4
Black with #C864D4
Text Example
Text Example
White with #C864D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C864D4; }
p { color: rgb(200,100,212); }
H1.HeaderClassName
{
color: #C864D4;
}
.AnyTagClassName
{
color: #C864D4;
}
</style>
background-color css
<style>
a { background-color: #C864D4; }
a { background-color: rgb(200,100,212); }
div.DivClassName
{
background-color: #C864D4;
}
.BgClassName
{
background-color: #C864D4;
}
</style>
border-color css
<style>
span { border-color: #C864D4; }
span { border-color: rgb(200,100,212); }
td.TdClassName
{
border-color: #C864D4;
}
.TagClassName
{
border-color: #C864D4;
}
</style>