Shades of Medium Orchid #C064DB
Tints of Medium Orchid #C064DB
RGB
CMYK
RGB Variations
Color information
#C064DB (or 0xC064DB) is known color: Medium Orchid. HEX triplet: C0, 64 and DB. RGB value is (192,100,219). Sum of RGB (Red+Green+Blue) = 192+100+219=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #C064DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064DB is #3F9B24. Grayscale: #8C8C8C. Windows color (decimal): -4168485 or 14378176. OLE color: 14378176.
HSL color Cylindrical-coordinate representation of color #C064DB: hue angle of 286.39º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C064DB is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 100 | 219 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.14 |
| HSL | 286.39º | 0.62% | 0.63% | - |
| HSV(B) | 286.39º | 0.54% | 0.86% | - |
| XYZ | 39.08 | 25.44 | 69.87 | - |
| YUV | 141.07 | 171.98 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 219 | 0.12 | 0.54 | 0 | 0.14 | 286.39 | 0.62 | 0.63 |
| Hex | C0 | 64 | DB | C | 36 | 0 | E | 11E | 3E | 3F |
| Octal | 300 | 144 | 333 | 14 | 66 | 0 | 16 | 436 | 76 | 77 |
| Binary | 11000000 | 1100100 | 11011011 | 1100 | 110110 | 0 | 1110 | 100011110 | 111110 | 111111 |
Color Harmonies of #C064DB
Complementary color
Monochromatic Colors of #C064DB
Black with #C064DB
Text Example
Text Example
White with #C064DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064DB; }
p { color: rgb(192,100,219); }
H1.HeaderClassName
{
color: #C064DB;
}
.AnyTagClassName
{
color: #C064DB;
}
</style>
background-color css
<style>
a { background-color: #C064DB; }
a { background-color: rgb(192,100,219); }
div.DivClassName
{
background-color: #C064DB;
}
.BgClassName
{
background-color: #C064DB;
}
</style>
border-color css
<style>
span { border-color: #C064DB; }
span { border-color: rgb(192,100,219); }
td.TdClassName
{
border-color: #C064DB;
}
.TagClassName
{
border-color: #C064DB;
}
</style>