Shades of Medium Orchid #C135CF
Tints of Medium Orchid #C135CF
RGB
CMYK
RGB Variations
Color information
#C135CF (or 0xC135CF) is known color: Medium Orchid. HEX triplet: C1, 35 and CF. RGB value is (193,53,207). Sum of RGB (Red+Green+Blue) = 193+53+207=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #C135CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C135CF is #3ECA30. Grayscale: #6F6F6F. Windows color (decimal): -4114993 or 13579713. OLE color: 13579713.
HSL color Cylindrical-coordinate representation of color #C135CF: hue angle of 294.55º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C135CF is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 53 | 207 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.19 |
| HSL | 294.55º | 0.62% | 0.51% | - |
| HSV(B) | 294.55º | 0.74% | 0.81% | - |
| XYZ | 34.53 | 18.39 | 60.76 | - |
| YUV | 112.42 | 181.38 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 207 | 0.07 | 0.74 | 0 | 0.19 | 294.55 | 0.62 | 0.51 |
| Hex | C1 | 35 | CF | 7 | 4A | 0 | 13 | 127 | 3E | 33 |
| Octal | 301 | 65 | 317 | 7 | 112 | 0 | 23 | 447 | 76 | 63 |
| Binary | 11000001 | 110101 | 11001111 | 111 | 1001010 | 0 | 10011 | 100100111 | 111110 | 110011 |
Color Harmonies of #C135CF
Complementary color
Monochromatic Colors of #C135CF
Black with #C135CF
Text Example
Text Example
White with #C135CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C135CF; }
p { color: rgb(193,53,207); }
H1.HeaderClassName
{
color: #C135CF;
}
.AnyTagClassName
{
color: #C135CF;
}
</style>
background-color css
<style>
a { background-color: #C135CF; }
a { background-color: rgb(193,53,207); }
div.DivClassName
{
background-color: #C135CF;
}
.BgClassName
{
background-color: #C135CF;
}
</style>
border-color css
<style>
span { border-color: #C135CF; }
span { border-color: rgb(193,53,207); }
td.TdClassName
{
border-color: #C135CF;
}
.TagClassName
{
border-color: #C135CF;
}
</style>