Shades of Medium Orchid #C154D8
Tints of Medium Orchid #C154D8
RGB
CMYK
RGB Variations
Color information
#C154D8 (or 0xC154D8) is known color: Medium Orchid. HEX triplet: C1, 54 and D8. RGB value is (193,84,216). Sum of RGB (Red+Green+Blue) = 193+84+216=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #C154D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154D8 is #3EAB27. Grayscale: #838383. Windows color (decimal): -4107048 or 14177473. OLE color: 14177473.
HSL color Cylindrical-coordinate representation of color #C154D8: hue angle of 289.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C154D8 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 84 | 216 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.15 |
| HSL | 289.55º | 0.63% | 0.59% | - |
| HSV(B) | 289.55º | 0.61% | 0.85% | - |
| XYZ | 37.56 | 22.64 | 67.36 | - |
| YUV | 131.64 | 175.61 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 216 | 0.11 | 0.61 | 0 | 0.15 | 289.55 | 0.63 | 0.59 |
| Hex | C1 | 54 | D8 | B | 3D | 0 | F | 122 | 3F | 3B |
| Octal | 301 | 124 | 330 | 13 | 75 | 0 | 17 | 442 | 77 | 73 |
| Binary | 11000001 | 1010100 | 11011000 | 1011 | 111101 | 0 | 1111 | 100100010 | 111111 | 111011 |
Color Harmonies of #C154D8
Complementary color
Monochromatic Colors of #C154D8
Black with #C154D8
Text Example
Text Example
White with #C154D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C154D8; }
p { color: rgb(193,84,216); }
H1.HeaderClassName
{
color: #C154D8;
}
.AnyTagClassName
{
color: #C154D8;
}
</style>
background-color css
<style>
a { background-color: #C154D8; }
a { background-color: rgb(193,84,216); }
div.DivClassName
{
background-color: #C154D8;
}
.BgClassName
{
background-color: #C154D8;
}
</style>
border-color css
<style>
span { border-color: #C154D8; }
span { border-color: rgb(193,84,216); }
td.TdClassName
{
border-color: #C154D8;
}
.TagClassName
{
border-color: #C154D8;
}
</style>