Shades of Medium Orchid #C135DA
Tints of Medium Orchid #C135DA
RGB
CMYK
RGB Variations
Color information
#C135DA (or 0xC135DA) is known color: Medium Orchid. HEX triplet: C1, 35 and DA. RGB value is (193,53,218). Sum of RGB (Red+Green+Blue) = 193+53+218=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #C135DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C135DA is #3ECA25. Grayscale: #717171. Windows color (decimal): -4114982 or 14300609. OLE color: 14300609.
HSL color Cylindrical-coordinate representation of color #C135DA: hue angle of 290.91º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C135DA is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 53 | 218 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.15 |
| HSL | 290.91º | 0.69% | 0.53% | - |
| HSV(B) | 290.91º | 0.76% | 0.85% | - |
| XYZ | 35.92 | 18.95 | 68.09 | - |
| YUV | 113.67 | 186.88 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 218 | 0.11 | 0.76 | 0 | 0.15 | 290.91 | 0.69 | 0.53 |
| Hex | C1 | 35 | DA | B | 4C | 0 | F | 123 | 45 | 35 |
| Octal | 301 | 65 | 332 | 13 | 114 | 0 | 17 | 443 | 105 | 65 |
| Binary | 11000001 | 110101 | 11011010 | 1011 | 1001100 | 0 | 1111 | 100100011 | 1000101 | 110101 |
Color Harmonies of #C135DA
Complementary color
Monochromatic Colors of #C135DA
Black with #C135DA
Text Example
Text Example
White with #C135DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C135DA; }
p { color: rgb(193,53,218); }
H1.HeaderClassName
{
color: #C135DA;
}
.AnyTagClassName
{
color: #C135DA;
}
</style>
background-color css
<style>
a { background-color: #C135DA; }
a { background-color: rgb(193,53,218); }
div.DivClassName
{
background-color: #C135DA;
}
.BgClassName
{
background-color: #C135DA;
}
</style>
border-color css
<style>
span { border-color: #C135DA; }
span { border-color: rgb(193,53,218); }
td.TdClassName
{
border-color: #C135DA;
}
.TagClassName
{
border-color: #C135DA;
}
</style>