Shades of Medium Orchid #C158D2
Tints of Medium Orchid #C158D2
RGB
CMYK
RGB Variations
Color information
#C158D2 (or 0xC158D2) is known color: Medium Orchid. HEX triplet: C1, 58 and D2. RGB value is (193,88,210). Sum of RGB (Red+Green+Blue) = 193+88+210=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #C158D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158D2 is #3EA72D. Grayscale: #848484. Windows color (decimal): -4106030 or 13785281. OLE color: 13785281.
HSL color Cylindrical-coordinate representation of color #C158D2: hue angle of 291.64º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C158D2 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 88 | 210 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.18 |
| HSL | 291.64º | 0.58% | 0.58% | - |
| HSV(B) | 291.64º | 0.58% | 0.82% | - |
| XYZ | 37.11 | 22.97 | 63.45 | - |
| YUV | 133.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 210 | 0.08 | 0.58 | 0 | 0.18 | 291.64 | 0.58 | 0.58 |
| Hex | C1 | 58 | D2 | 8 | 3A | 0 | 12 | 124 | 3A | 3A |
| Octal | 301 | 130 | 322 | 10 | 72 | 0 | 22 | 444 | 72 | 72 |
| Binary | 11000001 | 1011000 | 11010010 | 1000 | 111010 | 0 | 10010 | 100100100 | 111010 | 111010 |
Color Harmonies of #C158D2
Complementary color
Monochromatic Colors of #C158D2
Black with #C158D2
Text Example
Text Example
White with #C158D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C158D2; }
p { color: rgb(193,88,210); }
H1.HeaderClassName
{
color: #C158D2;
}
.AnyTagClassName
{
color: #C158D2;
}
</style>
background-color css
<style>
a { background-color: #C158D2; }
a { background-color: rgb(193,88,210); }
div.DivClassName
{
background-color: #C158D2;
}
.BgClassName
{
background-color: #C158D2;
}
</style>
border-color css
<style>
span { border-color: #C158D2; }
span { border-color: rgb(193,88,210); }
td.TdClassName
{
border-color: #C158D2;
}
.TagClassName
{
border-color: #C158D2;
}
</style>