Shades of Medium Orchid #C064DA
Tints of Medium Orchid #C064DA
RGB
CMYK
RGB Variations
Color information
#C064DA (or 0xC064DA) is known color: Medium Orchid. HEX triplet: C0, 64 and DA. RGB value is (192,100,218). Sum of RGB (Red+Green+Blue) = 192+100+218=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #C064DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064DA is #3F9B25. Grayscale: #8C8C8C. Windows color (decimal): -4168486 or 14312640. OLE color: 14312640.
HSL color Cylindrical-coordinate representation of color #C064DA: hue angle of 286.78º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C064DA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 100 | 218 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.15 |
| HSL | 286.78º | 0.61% | 0.62% | - |
| HSV(B) | 286.78º | 0.54% | 0.85% | - |
| XYZ | 38.95 | 25.38 | 69.18 | - |
| YUV | 140.96 | 171.48 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 218 | 0.12 | 0.54 | 0 | 0.15 | 286.78 | 0.61 | 0.62 |
| Hex | C0 | 64 | DA | C | 36 | 0 | F | 11F | 3D | 3E |
| Octal | 300 | 144 | 332 | 14 | 66 | 0 | 17 | 437 | 75 | 76 |
| Binary | 11000000 | 1100100 | 11011010 | 1100 | 110110 | 0 | 1111 | 100011111 | 111101 | 111110 |
Color Harmonies of #C064DA
Complementary color
Monochromatic Colors of #C064DA
Black with #C064DA
Text Example
Text Example
White with #C064DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064DA; }
p { color: rgb(192,100,218); }
H1.HeaderClassName
{
color: #C064DA;
}
.AnyTagClassName
{
color: #C064DA;
}
</style>
background-color css
<style>
a { background-color: #C064DA; }
a { background-color: rgb(192,100,218); }
div.DivClassName
{
background-color: #C064DA;
}
.BgClassName
{
background-color: #C064DA;
}
</style>
border-color css
<style>
span { border-color: #C064DA; }
span { border-color: rgb(192,100,218); }
td.TdClassName
{
border-color: #C064DA;
}
.TagClassName
{
border-color: #C064DA;
}
</style>