Shades of Medium Orchid #C143CF
Tints of Medium Orchid #C143CF
RGB
CMYK
RGB Variations
Color information
#C143CF (or 0xC143CF) is known color: Medium Orchid. HEX triplet: C1, 43 and CF. RGB value is (193,67,207). Sum of RGB (Red+Green+Blue) = 193+67+207=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #C143CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143CF is #3EBC30. Grayscale: #787878. Windows color (decimal): -4111409 or 13583297. OLE color: 13583297.
HSL color Cylindrical-coordinate representation of color #C143CF: hue angle of 294º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C143CF is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 67 | 207 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.19 |
| HSL | 294º | 0.59% | 0.54% | - |
| HSV(B) | 294º | 0.68% | 0.81% | - |
| XYZ | 35.26 | 19.86 | 61.01 | - |
| YUV | 120.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 207 | 0.07 | 0.68 | 0 | 0.19 | 294 | 0.59 | 0.54 |
| Hex | C1 | 43 | CF | 7 | 44 | 0 | 13 | 126 | 3B | 36 |
| Octal | 301 | 103 | 317 | 7 | 104 | 0 | 23 | 446 | 73 | 66 |
| Binary | 11000001 | 1000011 | 11001111 | 111 | 1000100 | 0 | 10011 | 100100110 | 111011 | 110110 |
Color Harmonies of #C143CF
Complementary color
Monochromatic Colors of #C143CF
Black with #C143CF
Text Example
Text Example
White with #C143CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143CF; }
p { color: rgb(193,67,207); }
H1.HeaderClassName
{
color: #C143CF;
}
.AnyTagClassName
{
color: #C143CF;
}
</style>
background-color css
<style>
a { background-color: #C143CF; }
a { background-color: rgb(193,67,207); }
div.DivClassName
{
background-color: #C143CF;
}
.BgClassName
{
background-color: #C143CF;
}
</style>
border-color css
<style>
span { border-color: #C143CF; }
span { border-color: rgb(193,67,207); }
td.TdClassName
{
border-color: #C143CF;
}
.TagClassName
{
border-color: #C143CF;
}
</style>