Shades of Medium Orchid #C135DC
Tints of Medium Orchid #C135DC
RGB
CMYK
RGB Variations
Color information
#C135DC (or 0xC135DC) is known color: Medium Orchid. HEX triplet: C1, 35 and DC. RGB value is (193,53,220). Sum of RGB (Red+Green+Blue) = 193+53+220=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #C135DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C135DC is #3ECA23. Grayscale: #717171. Windows color (decimal): -4114980 or 14431681. OLE color: 14431681.
HSL color Cylindrical-coordinate representation of color #C135DC: hue angle of 290.3º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C135DC is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 53 | 220 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.14 |
| HSL | 290.3º | 0.7% | 0.54% | - |
| HSV(B) | 290.3º | 0.76% | 0.86% | - |
| XYZ | 36.18 | 19.05 | 69.48 | - |
| YUV | 113.9 | 187.88 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 220 | 0.12 | 0.76 | 0 | 0.14 | 290.3 | 0.7 | 0.54 |
| Hex | C1 | 35 | DC | C | 4C | 0 | E | 122 | 46 | 36 |
| Octal | 301 | 65 | 334 | 14 | 114 | 0 | 16 | 442 | 106 | 66 |
| Binary | 11000001 | 110101 | 11011100 | 1100 | 1001100 | 0 | 1110 | 100100010 | 1000110 | 110110 |
Color Harmonies of #C135DC
Complementary color
Monochromatic Colors of #C135DC
Black with #C135DC
Text Example
Text Example
White with #C135DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C135DC; }
p { color: rgb(193,53,220); }
H1.HeaderClassName
{
color: #C135DC;
}
.AnyTagClassName
{
color: #C135DC;
}
</style>
background-color css
<style>
a { background-color: #C135DC; }
a { background-color: rgb(193,53,220); }
div.DivClassName
{
background-color: #C135DC;
}
.BgClassName
{
background-color: #C135DC;
}
</style>
border-color css
<style>
span { border-color: #C135DC; }
span { border-color: rgb(193,53,220); }
td.TdClassName
{
border-color: #C135DC;
}
.TagClassName
{
border-color: #C135DC;
}
</style>