Shades of Medium Orchid #C135E4
Tints of Medium Orchid #C135E4
RGB
CMYK
RGB Variations
Color information
#C135E4 (or 0xC135E4) is known color: Medium Orchid. HEX triplet: C1, 35 and E4. RGB value is (193,53,228). Sum of RGB (Red+Green+Blue) = 193+53+228=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 228 (89.45% from 255 or 48.10% from 474); Max value from RGB is 228 - color contains mainly: blue. Hex color #C135E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C135E4 is #3ECA1B. Grayscale: #727272. Windows color (decimal): -4114972 or 14955969. OLE color: 14955969.
HSL color Cylindrical-coordinate representation of color #C135E4: hue angle of 288º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C135E4 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 53 | 228 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.11 |
| HSL | 288º | 0.76% | 0.55% | - |
| HSV(B) | 288º | 0.77% | 0.89% | - |
| XYZ | 37.27 | 19.49 | 75.2 | - |
| YUV | 114.81 | 191.88 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 228 | 0.15 | 0.77 | 0 | 0.11 | 288 | 0.76 | 0.55 |
| Hex | C1 | 35 | E4 | F | 4D | 0 | B | 120 | 4C | 37 |
| Octal | 301 | 65 | 344 | 17 | 115 | 0 | 13 | 440 | 114 | 67 |
| Binary | 11000001 | 110101 | 11100100 | 1111 | 1001101 | 0 | 1011 | 100100000 | 1001100 | 110111 |
Color Harmonies of #C135E4
Complementary color
Monochromatic Colors of #C135E4
Black with #C135E4
Text Example
Text Example
White with #C135E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C135E4; }
p { color: rgb(193,53,228); }
H1.HeaderClassName
{
color: #C135E4;
}
.AnyTagClassName
{
color: #C135E4;
}
</style>
background-color css
<style>
a { background-color: #C135E4; }
a { background-color: rgb(193,53,228); }
div.DivClassName
{
background-color: #C135E4;
}
.BgClassName
{
background-color: #C135E4;
}
</style>
border-color css
<style>
span { border-color: #C135E4; }
span { border-color: rgb(193,53,228); }
td.TdClassName
{
border-color: #C135E4;
}
.TagClassName
{
border-color: #C135E4;
}
</style>