Shades of Medium Orchid #C151CD
Tints of Medium Orchid #C151CD
RGB
CMYK
RGB Variations
Color information
#C151CD (or 0xC151CD) is known color: Medium Orchid. HEX triplet: C1, 51 and CD. RGB value is (193,81,205). Sum of RGB (Red+Green+Blue) = 193+81+205=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #C151CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151CD is #3EAE32. Grayscale: #808080. Windows color (decimal): -4107827 or 13455809. OLE color: 13455809.
HSL color Cylindrical-coordinate representation of color #C151CD: hue angle of 294.19º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C151CD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 81 | 205 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.20 |
| HSL | 294.19º | 0.55% | 0.56% | - |
| HSV(B) | 294.19º | 0.6% | 0.8% | - |
| XYZ | 35.95 | 21.63 | 60.04 | - |
| YUV | 128.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 205 | 0.06 | 0.60 | 0 | 0.20 | 294.19 | 0.55 | 0.56 |
| Hex | C1 | 51 | CD | 6 | 3C | 0 | 14 | 126 | 37 | 38 |
| Octal | 301 | 121 | 315 | 6 | 74 | 0 | 24 | 446 | 67 | 70 |
| Binary | 11000001 | 1010001 | 11001101 | 110 | 111100 | 0 | 10100 | 100100110 | 110111 | 111000 |
Color Harmonies of #C151CD
Complementary color
Monochromatic Colors of #C151CD
Black with #C151CD
Text Example
Text Example
White with #C151CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151CD; }
p { color: rgb(193,81,205); }
H1.HeaderClassName
{
color: #C151CD;
}
.AnyTagClassName
{
color: #C151CD;
}
</style>
background-color css
<style>
a { background-color: #C151CD; }
a { background-color: rgb(193,81,205); }
div.DivClassName
{
background-color: #C151CD;
}
.BgClassName
{
background-color: #C151CD;
}
</style>
border-color css
<style>
span { border-color: #C151CD; }
span { border-color: rgb(193,81,205); }
td.TdClassName
{
border-color: #C151CD;
}
.TagClassName
{
border-color: #C151CD;
}
</style>