Shades of Medium Orchid #C14CCD
Tints of Medium Orchid #C14CCD
RGB
CMYK
RGB Variations
Color information
#C14CCD (or 0xC14CCD) is known color: Medium Orchid. HEX triplet: C1, 4C and CD. RGB value is (193,76,205). Sum of RGB (Red+Green+Blue) = 193+76+205=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #C14CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CCD is #3EB332. Grayscale: #7D7D7D. Windows color (decimal): -4109107 or 13454529. OLE color: 13454529.
HSL color Cylindrical-coordinate representation of color #C14CCD: hue angle of 294.42º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14CCD is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 76 | 205 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.20 |
| HSL | 294.42º | 0.56% | 0.55% | - |
| HSV(B) | 294.42º | 0.63% | 0.8% | - |
| XYZ | 35.6 | 20.91 | 59.92 | - |
| YUV | 125.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 205 | 0.06 | 0.63 | 0 | 0.20 | 294.42 | 0.56 | 0.55 |
| Hex | C1 | 4C | CD | 6 | 3F | 0 | 14 | 126 | 38 | 37 |
| Octal | 301 | 114 | 315 | 6 | 77 | 0 | 24 | 446 | 70 | 67 |
| Binary | 11000001 | 1001100 | 11001101 | 110 | 111111 | 0 | 10100 | 100100110 | 111000 | 110111 |
Color Harmonies of #C14CCD
Complementary color
Monochromatic Colors of #C14CCD
Black with #C14CCD
Text Example
Text Example
White with #C14CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14CCD; }
p { color: rgb(193,76,205); }
H1.HeaderClassName
{
color: #C14CCD;
}
.AnyTagClassName
{
color: #C14CCD;
}
</style>
background-color css
<style>
a { background-color: #C14CCD; }
a { background-color: rgb(193,76,205); }
div.DivClassName
{
background-color: #C14CCD;
}
.BgClassName
{
background-color: #C14CCD;
}
</style>
border-color css
<style>
span { border-color: #C14CCD; }
span { border-color: rgb(193,76,205); }
td.TdClassName
{
border-color: #C14CCD;
}
.TagClassName
{
border-color: #C14CCD;
}
</style>