Shades of Medium Orchid #C135DF
Tints of Medium Orchid #C135DF
RGB
CMYK
RGB Variations
Color information
#C135DF (or 0xC135DF) is known color: Medium Orchid. HEX triplet: C1, 35 and DF. RGB value is (193,53,223). Sum of RGB (Red+Green+Blue) = 193+53+223=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #C135DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C135DF is #3ECA20. Grayscale: #717171. Windows color (decimal): -4114977 or 14628289. OLE color: 14628289.
HSL color Cylindrical-coordinate representation of color #C135DF: hue angle of 289.41º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C135DF is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 53 | 223 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.13 |
| HSL | 289.41º | 0.73% | 0.54% | - |
| HSV(B) | 289.41º | 0.76% | 0.87% | - |
| XYZ | 36.58 | 19.21 | 71.59 | - |
| YUV | 114.24 | 189.38 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 223 | 0.13 | 0.76 | 0 | 0.13 | 289.41 | 0.73 | 0.54 |
| Hex | C1 | 35 | DF | D | 4C | 0 | D | 121 | 49 | 36 |
| Octal | 301 | 65 | 337 | 15 | 114 | 0 | 15 | 441 | 111 | 66 |
| Binary | 11000001 | 110101 | 11011111 | 1101 | 1001100 | 0 | 1101 | 100100001 | 1001001 | 110110 |
Color Harmonies of #C135DF
Complementary color
Monochromatic Colors of #C135DF
Black with #C135DF
Text Example
Text Example
White with #C135DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C135DF; }
p { color: rgb(193,53,223); }
H1.HeaderClassName
{
color: #C135DF;
}
.AnyTagClassName
{
color: #C135DF;
}
</style>
background-color css
<style>
a { background-color: #C135DF; }
a { background-color: rgb(193,53,223); }
div.DivClassName
{
background-color: #C135DF;
}
.BgClassName
{
background-color: #C135DF;
}
</style>
border-color css
<style>
span { border-color: #C135DF; }
span { border-color: rgb(193,53,223); }
td.TdClassName
{
border-color: #C135DF;
}
.TagClassName
{
border-color: #C135DF;
}
</style>