Shades of Medium Orchid #C16CCD
Tints of Medium Orchid #C16CCD
RGB
CMYK
RGB Variations
Color information
#C16CCD (or 0xC16CCD) is known color: Medium Orchid. HEX triplet: C1, 6C and CD. RGB value is (193,108,205). Sum of RGB (Red+Green+Blue) = 193+108+205=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #C16CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CCD is #3E9332. Grayscale: #909090. Windows color (decimal): -4100915 or 13462721. OLE color: 13462721.
HSL color Cylindrical-coordinate representation of color #C16CCD: hue angle of 292.58º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16CCD is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 108 | 205 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.20 |
| HSL | 292.58º | 0.49% | 0.61% | - |
| HSV(B) | 292.58º | 0.47% | 0.8% | - |
| XYZ | 38.37 | 26.47 | 60.84 | - |
| YUV | 144.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 205 | 0.06 | 0.47 | 0 | 0.20 | 292.58 | 0.49 | 0.61 |
| Hex | C1 | 6C | CD | 6 | 2F | 0 | 14 | 125 | 31 | 3D |
| Octal | 301 | 154 | 315 | 6 | 57 | 0 | 24 | 445 | 61 | 75 |
| Binary | 11000001 | 1101100 | 11001101 | 110 | 101111 | 0 | 10100 | 100100101 | 110001 | 111101 |
Color Harmonies of #C16CCD
Complementary color
Monochromatic Colors of #C16CCD
Black with #C16CCD
Text Example
Text Example
White with #C16CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CCD; }
p { color: rgb(193,108,205); }
H1.HeaderClassName
{
color: #C16CCD;
}
.AnyTagClassName
{
color: #C16CCD;
}
</style>
background-color css
<style>
a { background-color: #C16CCD; }
a { background-color: rgb(193,108,205); }
div.DivClassName
{
background-color: #C16CCD;
}
.BgClassName
{
background-color: #C16CCD;
}
</style>
border-color css
<style>
span { border-color: #C16CCD; }
span { border-color: rgb(193,108,205); }
td.TdClassName
{
border-color: #C16CCD;
}
.TagClassName
{
border-color: #C16CCD;
}
</style>