Shades of Medium Orchid #C163CF
Tints of Medium Orchid #C163CF
RGB
CMYK
RGB Variations
Color information
#C163CF (or 0xC163CF) is known color: Medium Orchid. HEX triplet: C1, 63 and CF. RGB value is (193,99,207). Sum of RGB (Red+Green+Blue) = 193+99+207=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #C163CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163CF is #3E9C30. Grayscale: #8B8B8B. Windows color (decimal): -4103217 or 13591489. OLE color: 13591489.
HSL color Cylindrical-coordinate representation of color #C163CF: hue angle of 292.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C163CF is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 99 | 207 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.19 |
| HSL | 292.22º | 0.53% | 0.6% | - |
| HSV(B) | 292.22º | 0.52% | 0.81% | - |
| XYZ | 37.72 | 24.77 | 61.82 | - |
| YUV | 139.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 207 | 0.07 | 0.52 | 0 | 0.19 | 292.22 | 0.53 | 0.6 |
| Hex | C1 | 63 | CF | 7 | 34 | 0 | 13 | 124 | 35 | 3C |
| Octal | 301 | 143 | 317 | 7 | 64 | 0 | 23 | 444 | 65 | 74 |
| Binary | 11000001 | 1100011 | 11001111 | 111 | 110100 | 0 | 10011 | 100100100 | 110101 | 111100 |
Color Harmonies of #C163CF
Complementary color
Monochromatic Colors of #C163CF
Black with #C163CF
Text Example
Text Example
White with #C163CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C163CF; }
p { color: rgb(193,99,207); }
H1.HeaderClassName
{
color: #C163CF;
}
.AnyTagClassName
{
color: #C163CF;
}
</style>
background-color css
<style>
a { background-color: #C163CF; }
a { background-color: rgb(193,99,207); }
div.DivClassName
{
background-color: #C163CF;
}
.BgClassName
{
background-color: #C163CF;
}
</style>
border-color css
<style>
span { border-color: #C163CF; }
span { border-color: rgb(193,99,207); }
td.TdClassName
{
border-color: #C163CF;
}
.TagClassName
{
border-color: #C163CF;
}
</style>