Shades of Medium Orchid #C135D8
Tints of Medium Orchid #C135D8
RGB
CMYK
RGB Variations
Color information
#C135D8 (or 0xC135D8) is known color: Medium Orchid. HEX triplet: C1, 35 and D8. RGB value is (193,53,216). Sum of RGB (Red+Green+Blue) = 193+53+216=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #C135D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C135D8 is #3ECA27. Grayscale: #707070. Windows color (decimal): -4114984 or 14169537. OLE color: 14169537.
HSL color Cylindrical-coordinate representation of color #C135D8: hue angle of 291.53º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C135D8 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 53 | 216 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.15 |
| HSL | 291.53º | 0.68% | 0.53% | - |
| HSV(B) | 291.53º | 0.75% | 0.85% | - |
| XYZ | 35.66 | 18.84 | 66.72 | - |
| YUV | 113.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 216 | 0.11 | 0.75 | 0 | 0.15 | 291.53 | 0.68 | 0.53 |
| Hex | C1 | 35 | D8 | B | 4B | 0 | F | 124 | 44 | 35 |
| Octal | 301 | 65 | 330 | 13 | 113 | 0 | 17 | 444 | 104 | 65 |
| Binary | 11000001 | 110101 | 11011000 | 1011 | 1001011 | 0 | 1111 | 100100100 | 1000100 | 110101 |
Color Harmonies of #C135D8
Complementary color
Monochromatic Colors of #C135D8
Black with #C135D8
Text Example
Text Example
White with #C135D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C135D8; }
p { color: rgb(193,53,216); }
H1.HeaderClassName
{
color: #C135D8;
}
.AnyTagClassName
{
color: #C135D8;
}
</style>
background-color css
<style>
a { background-color: #C135D8; }
a { background-color: rgb(193,53,216); }
div.DivClassName
{
background-color: #C135D8;
}
.BgClassName
{
background-color: #C135D8;
}
</style>
border-color css
<style>
span { border-color: #C135D8; }
span { border-color: rgb(193,53,216); }
td.TdClassName
{
border-color: #C135D8;
}
.TagClassName
{
border-color: #C135D8;
}
</style>