Shades of Medium Orchid #C063DA
Tints of Medium Orchid #C063DA
RGB
CMYK
RGB Variations
Color information
#C063DA (or 0xC063DA) is known color: Medium Orchid. HEX triplet: C0, 63 and DA. RGB value is (192,99,218). Sum of RGB (Red+Green+Blue) = 192+99+218=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #C063DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063DA is #3F9C25. Grayscale: #8B8B8B. Windows color (decimal): -4168742 or 14312384. OLE color: 14312384.
HSL color Cylindrical-coordinate representation of color #C063DA: hue angle of 286.89º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C063DA is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 99 | 218 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.15 |
| HSL | 286.89º | 0.62% | 0.62% | - |
| HSV(B) | 286.89º | 0.55% | 0.85% | - |
| XYZ | 38.85 | 25.19 | 69.14 | - |
| YUV | 140.37 | 171.81 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 218 | 0.12 | 0.55 | 0 | 0.15 | 286.89 | 0.62 | 0.62 |
| Hex | C0 | 63 | DA | C | 37 | 0 | F | 11F | 3E | 3E |
| Octal | 300 | 143 | 332 | 14 | 67 | 0 | 17 | 437 | 76 | 76 |
| Binary | 11000000 | 1100011 | 11011010 | 1100 | 110111 | 0 | 1111 | 100011111 | 111110 | 111110 |
Color Harmonies of #C063DA
Complementary color
Monochromatic Colors of #C063DA
Black with #C063DA
Text Example
Text Example
White with #C063DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063DA; }
p { color: rgb(192,99,218); }
H1.HeaderClassName
{
color: #C063DA;
}
.AnyTagClassName
{
color: #C063DA;
}
</style>
background-color css
<style>
a { background-color: #C063DA; }
a { background-color: rgb(192,99,218); }
div.DivClassName
{
background-color: #C063DA;
}
.BgClassName
{
background-color: #C063DA;
}
</style>
border-color css
<style>
span { border-color: #C063DA; }
span { border-color: rgb(192,99,218); }
td.TdClassName
{
border-color: #C063DA;
}
.TagClassName
{
border-color: #C063DA;
}
</style>