Shades of Medium Orchid #C15CCD
Tints of Medium Orchid #C15CCD
RGB
CMYK
RGB Variations
Color information
#C15CCD (or 0xC15CCD) is known color: Medium Orchid. HEX triplet: C1, 5C and CD. RGB value is (193,92,205). Sum of RGB (Red+Green+Blue) = 193+92+205=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #C15CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CCD is #3EA332. Grayscale: #868686. Windows color (decimal): -4105011 or 13458625. OLE color: 13458625.
HSL color Cylindrical-coordinate representation of color #C15CCD: hue angle of 293.63º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15CCD is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 92 | 205 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.20 |
| HSL | 293.63º | 0.53% | 0.58% | - |
| HSV(B) | 293.63º | 0.55% | 0.8% | - |
| XYZ | 36.84 | 23.4 | 60.33 | - |
| YUV | 135.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 205 | 0.06 | 0.55 | 0 | 0.20 | 293.63 | 0.53 | 0.58 |
| Hex | C1 | 5C | CD | 6 | 37 | 0 | 14 | 126 | 35 | 3A |
| Octal | 301 | 134 | 315 | 6 | 67 | 0 | 24 | 446 | 65 | 72 |
| Binary | 11000001 | 1011100 | 11001101 | 110 | 110111 | 0 | 10100 | 100100110 | 110101 | 111010 |
Color Harmonies of #C15CCD
Complementary color
Monochromatic Colors of #C15CCD
Black with #C15CCD
Text Example
Text Example
White with #C15CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15CCD; }
p { color: rgb(193,92,205); }
H1.HeaderClassName
{
color: #C15CCD;
}
.AnyTagClassName
{
color: #C15CCD;
}
</style>
background-color css
<style>
a { background-color: #C15CCD; }
a { background-color: rgb(193,92,205); }
div.DivClassName
{
background-color: #C15CCD;
}
.BgClassName
{
background-color: #C15CCD;
}
</style>
border-color css
<style>
span { border-color: #C15CCD; }
span { border-color: rgb(193,92,205); }
td.TdClassName
{
border-color: #C15CCD;
}
.TagClassName
{
border-color: #C15CCD;
}
</style>