Shades of Medium Orchid #C159CC
Tints of Medium Orchid #C159CC
RGB
CMYK
RGB Variations
Color information
#C159CC (or 0xC159CC) is known color: Medium Orchid. HEX triplet: C1, 59 and CC. RGB value is (193,89,204). Sum of RGB (Red+Green+Blue) = 193+89+204=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #C159CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159CC is #3EA633. Grayscale: #848484. Windows color (decimal): -4105780 or 13392321. OLE color: 13392321.
HSL color Cylindrical-coordinate representation of color #C159CC: hue angle of 294.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C159CC is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 89 | 204 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.2 |
| HSL | 294.26º | 0.53% | 0.57% | - |
| HSV(B) | 294.26º | 0.56% | 0.8% | - |
| XYZ | 36.46 | 22.84 | 59.61 | - |
| YUV | 133.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 204 | 0.05 | 0.56 | 0 | 0.2 | 294.26 | 0.53 | 0.57 |
| Hex | C1 | 59 | CC | 5 | 38 | 0 | 14 | 126 | 35 | 39 |
| Octal | 301 | 131 | 314 | 5 | 70 | 0 | 24 | 446 | 65 | 71 |
| Binary | 11000001 | 1011001 | 11001100 | 101 | 111000 | 0 | 10100 | 100100110 | 110101 | 111001 |
Color Harmonies of #C159CC
Complementary color
Monochromatic Colors of #C159CC
Black with #C159CC
Text Example
Text Example
White with #C159CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159CC; }
p { color: rgb(193,89,204); }
H1.HeaderClassName
{
color: #C159CC;
}
.AnyTagClassName
{
color: #C159CC;
}
</style>
background-color css
<style>
a { background-color: #C159CC; }
a { background-color: rgb(193,89,204); }
div.DivClassName
{
background-color: #C159CC;
}
.BgClassName
{
background-color: #C159CC;
}
</style>
border-color css
<style>
span { border-color: #C159CC; }
span { border-color: rgb(193,89,204); }
td.TdClassName
{
border-color: #C159CC;
}
.TagClassName
{
border-color: #C159CC;
}
</style>