Shades of Medium Orchid #C151CE
Tints of Medium Orchid #C151CE
RGB
CMYK
RGB Variations
Color information
#C151CE (or 0xC151CE) is known color: Medium Orchid. HEX triplet: C1, 51 and CE. RGB value is (193,81,206). Sum of RGB (Red+Green+Blue) = 193+81+206=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #C151CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151CE is #3EAE31. Grayscale: #808080. Windows color (decimal): -4107826 or 13521345. OLE color: 13521345.
HSL color Cylindrical-coordinate representation of color #C151CE: hue angle of 293.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C151CE is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 81 | 206 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.19 |
| HSL | 293.76º | 0.56% | 0.56% | - |
| HSV(B) | 293.76º | 0.61% | 0.81% | - |
| XYZ | 36.08 | 21.68 | 60.68 | - |
| YUV | 128.74 | 171.61 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 206 | 0.06 | 0.61 | 0 | 0.19 | 293.76 | 0.56 | 0.56 |
| Hex | C1 | 51 | CE | 6 | 3D | 0 | 13 | 126 | 38 | 38 |
| Octal | 301 | 121 | 316 | 6 | 75 | 0 | 23 | 446 | 70 | 70 |
| Binary | 11000001 | 1010001 | 11001110 | 110 | 111101 | 0 | 10011 | 100100110 | 111000 | 111000 |
Color Harmonies of #C151CE
Complementary color
Monochromatic Colors of #C151CE
Black with #C151CE
Text Example
Text Example
White with #C151CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151CE; }
p { color: rgb(193,81,206); }
H1.HeaderClassName
{
color: #C151CE;
}
.AnyTagClassName
{
color: #C151CE;
}
</style>
background-color css
<style>
a { background-color: #C151CE; }
a { background-color: rgb(193,81,206); }
div.DivClassName
{
background-color: #C151CE;
}
.BgClassName
{
background-color: #C151CE;
}
</style>
border-color css
<style>
span { border-color: #C151CE; }
span { border-color: rgb(193,81,206); }
td.TdClassName
{
border-color: #C151CE;
}
.TagClassName
{
border-color: #C151CE;
}
</style>