Shades of Medium Orchid #C064D6
Tints of Medium Orchid #C064D6
RGB
CMYK
RGB Variations
Color information
#C064D6 (or 0xC064D6) is known color: Medium Orchid. HEX triplet: C0, 64 and D6. RGB value is (192,100,214). Sum of RGB (Red+Green+Blue) = 192+100+214=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #C064D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064D6 is #3F9B29. Grayscale: #8C8C8C. Windows color (decimal): -4168490 or 14050496. OLE color: 14050496.
HSL color Cylindrical-coordinate representation of color #C064D6: hue angle of 288.42º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C064D6 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 100 | 214 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.16 |
| HSL | 288.42º | 0.58% | 0.62% | - |
| HSV(B) | 288.42º | 0.53% | 0.84% | - |
| XYZ | 38.43 | 25.18 | 66.45 | - |
| YUV | 140.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 214 | 0.10 | 0.53 | 0 | 0.16 | 288.42 | 0.58 | 0.62 |
| Hex | C0 | 64 | D6 | A | 35 | 0 | 10 | 120 | 3A | 3E |
| Octal | 300 | 144 | 326 | 12 | 65 | 0 | 20 | 440 | 72 | 76 |
| Binary | 11000000 | 1100100 | 11010110 | 1010 | 110101 | 0 | 10000 | 100100000 | 111010 | 111110 |
Color Harmonies of #C064D6
Complementary color
Monochromatic Colors of #C064D6
Black with #C064D6
Text Example
Text Example
White with #C064D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064D6; }
p { color: rgb(192,100,214); }
H1.HeaderClassName
{
color: #C064D6;
}
.AnyTagClassName
{
color: #C064D6;
}
</style>
background-color css
<style>
a { background-color: #C064D6; }
a { background-color: rgb(192,100,214); }
div.DivClassName
{
background-color: #C064D6;
}
.BgClassName
{
background-color: #C064D6;
}
</style>
border-color css
<style>
span { border-color: #C064D6; }
span { border-color: rgb(192,100,214); }
td.TdClassName
{
border-color: #C064D6;
}
.TagClassName
{
border-color: #C064D6;
}
</style>