Shades of Medium Orchid #C154CC
Tints of Medium Orchid #C154CC
RGB
CMYK
RGB Variations
Color information
#C154CC (or 0xC154CC) is known color: Medium Orchid. HEX triplet: C1, 54 and CC. RGB value is (193,84,204). Sum of RGB (Red+Green+Blue) = 193+84+204=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #C154CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154CC is #3EAB33. Grayscale: #818181. Windows color (decimal): -4107060 or 13391041. OLE color: 13391041.
HSL color Cylindrical-coordinate representation of color #C154CC: hue angle of 294.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C154CC is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 84 | 204 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.2 |
| HSL | 294.5º | 0.54% | 0.56% | - |
| HSV(B) | 294.5º | 0.59% | 0.8% | - |
| XYZ | 36.06 | 22.04 | 59.48 | - |
| YUV | 130.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 204 | 0.05 | 0.59 | 0 | 0.2 | 294.5 | 0.54 | 0.56 |
| Hex | C1 | 54 | CC | 5 | 3B | 0 | 14 | 126 | 36 | 38 |
| Octal | 301 | 124 | 314 | 5 | 73 | 0 | 24 | 446 | 66 | 70 |
| Binary | 11000001 | 1010100 | 11001100 | 101 | 111011 | 0 | 10100 | 100100110 | 110110 | 111000 |
Color Harmonies of #C154CC
Complementary color
Monochromatic Colors of #C154CC
Black with #C154CC
Text Example
Text Example
White with #C154CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C154CC; }
p { color: rgb(193,84,204); }
H1.HeaderClassName
{
color: #C154CC;
}
.AnyTagClassName
{
color: #C154CC;
}
</style>
background-color css
<style>
a { background-color: #C154CC; }
a { background-color: rgb(193,84,204); }
div.DivClassName
{
background-color: #C154CC;
}
.BgClassName
{
background-color: #C154CC;
}
</style>
border-color css
<style>
span { border-color: #C154CC; }
span { border-color: rgb(193,84,204); }
td.TdClassName
{
border-color: #C154CC;
}
.TagClassName
{
border-color: #C154CC;
}
</style>