Shades of Medium Orchid #C064DE
Tints of Medium Orchid #C064DE
RGB
CMYK
RGB Variations
Color information
#C064DE (or 0xC064DE) is known color: Medium Orchid. HEX triplet: C0, 64 and DE. RGB value is (192,100,222). Sum of RGB (Red+Green+Blue) = 192+100+222=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #C064DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064DE is #3F9B21. Grayscale: #8D8D8D. Windows color (decimal): -4168482 or 14574784. OLE color: 14574784.
HSL color Cylindrical-coordinate representation of color #C064DE: hue angle of 285.25º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C064DE is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 100 | 222 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.13 |
| HSL | 285.25º | 0.65% | 0.63% | - |
| HSV(B) | 285.25º | 0.55% | 0.87% | - |
| XYZ | 39.48 | 25.59 | 71.97 | - |
| YUV | 141.42 | 173.48 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 222 | 0.14 | 0.55 | 0 | 0.13 | 285.25 | 0.65 | 0.63 |
| Hex | C0 | 64 | DE | E | 37 | 0 | D | 11D | 41 | 3F |
| Octal | 300 | 144 | 336 | 16 | 67 | 0 | 15 | 435 | 101 | 77 |
| Binary | 11000000 | 1100100 | 11011110 | 1110 | 110111 | 0 | 1101 | 100011101 | 1000001 | 111111 |
Color Harmonies of #C064DE
Complementary color
Monochromatic Colors of #C064DE
Black with #C064DE
Text Example
Text Example
White with #C064DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064DE; }
p { color: rgb(192,100,222); }
H1.HeaderClassName
{
color: #C064DE;
}
.AnyTagClassName
{
color: #C064DE;
}
</style>
background-color css
<style>
a { background-color: #C064DE; }
a { background-color: rgb(192,100,222); }
div.DivClassName
{
background-color: #C064DE;
}
.BgClassName
{
background-color: #C064DE;
}
</style>
border-color css
<style>
span { border-color: #C064DE; }
span { border-color: rgb(192,100,222); }
td.TdClassName
{
border-color: #C064DE;
}
.TagClassName
{
border-color: #C064DE;
}
</style>