Shades of Medium Orchid #C064D1
Tints of Medium Orchid #C064D1
RGB
CMYK
RGB Variations
Color information
#C064D1 (or 0xC064D1) is known color: Medium Orchid. HEX triplet: C0, 64 and D1. RGB value is (192,100,209). Sum of RGB (Red+Green+Blue) = 192+100+209=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #C064D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064D1 is #3F9B2E. Grayscale: #8B8B8B. Windows color (decimal): -4168495 or 13722816. OLE color: 13722816.
HSL color Cylindrical-coordinate representation of color #C064D1: hue angle of 290.64º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C064D1 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 100 | 209 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.18 |
| HSL | 290.64º | 0.54% | 0.61% | - |
| HSV(B) | 290.64º | 0.52% | 0.82% | - |
| XYZ | 37.8 | 24.92 | 63.14 | - |
| YUV | 139.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 209 | 0.08 | 0.52 | 0 | 0.18 | 290.64 | 0.54 | 0.61 |
| Hex | C0 | 64 | D1 | 8 | 34 | 0 | 12 | 123 | 36 | 3D |
| Octal | 300 | 144 | 321 | 10 | 64 | 0 | 22 | 443 | 66 | 75 |
| Binary | 11000000 | 1100100 | 11010001 | 1000 | 110100 | 0 | 10010 | 100100011 | 110110 | 111101 |
Color Harmonies of #C064D1
Complementary color
Monochromatic Colors of #C064D1
Black with #C064D1
Text Example
Text Example
White with #C064D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064D1; }
p { color: rgb(192,100,209); }
H1.HeaderClassName
{
color: #C064D1;
}
.AnyTagClassName
{
color: #C064D1;
}
</style>
background-color css
<style>
a { background-color: #C064D1; }
a { background-color: rgb(192,100,209); }
div.DivClassName
{
background-color: #C064D1;
}
.BgClassName
{
background-color: #C064D1;
}
</style>
border-color css
<style>
span { border-color: #C064D1; }
span { border-color: rgb(192,100,209); }
td.TdClassName
{
border-color: #C064D1;
}
.TagClassName
{
border-color: #C064D1;
}
</style>