Shades of Medium Orchid #C063CD
Tints of Medium Orchid #C063CD
RGB
CMYK
RGB Variations
Color information
#C063CD (or 0xC063CD) is known color: Medium Orchid. HEX triplet: C0, 63 and CD. RGB value is (192,99,205). Sum of RGB (Red+Green+Blue) = 192+99+205=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #C063CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063CD is #3F9C32. Grayscale: #8A8A8A. Windows color (decimal): -4168755 or 13460416. OLE color: 13460416.
HSL color Cylindrical-coordinate representation of color #C063CD: hue angle of 292.64º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C063CD is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 99 | 205 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.20 |
| HSL | 292.64º | 0.51% | 0.6% | - |
| HSV(B) | 292.64º | 0.52% | 0.8% | - |
| XYZ | 37.22 | 24.54 | 60.53 | - |
| YUV | 138.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 205 | 0.06 | 0.52 | 0 | 0.20 | 292.64 | 0.51 | 0.6 |
| Hex | C0 | 63 | CD | 6 | 34 | 0 | 14 | 125 | 33 | 3C |
| Octal | 300 | 143 | 315 | 6 | 64 | 0 | 24 | 445 | 63 | 74 |
| Binary | 11000000 | 1100011 | 11001101 | 110 | 110100 | 0 | 10100 | 100100101 | 110011 | 111100 |
Color Harmonies of #C063CD
Complementary color
Monochromatic Colors of #C063CD
Black with #C063CD
Text Example
Text Example
White with #C063CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063CD; }
p { color: rgb(192,99,205); }
H1.HeaderClassName
{
color: #C063CD;
}
.AnyTagClassName
{
color: #C063CD;
}
</style>
background-color css
<style>
a { background-color: #C063CD; }
a { background-color: rgb(192,99,205); }
div.DivClassName
{
background-color: #C063CD;
}
.BgClassName
{
background-color: #C063CD;
}
</style>
border-color css
<style>
span { border-color: #C063CD; }
span { border-color: rgb(192,99,205); }
td.TdClassName
{
border-color: #C063CD;
}
.TagClassName
{
border-color: #C063CD;
}
</style>