Shades of Medium Orchid #C132CF
Tints of Medium Orchid #C132CF
RGB
CMYK
RGB Variations
Color information
#C132CF (or 0xC132CF) is known color: Medium Orchid. HEX triplet: C1, 32 and CF. RGB value is (193,50,207). Sum of RGB (Red+Green+Blue) = 193+50+207=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #C132CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132CF is #3ECD30. Grayscale: #6E6E6E. Windows color (decimal): -4115761 or 13578945. OLE color: 13578945.
HSL color Cylindrical-coordinate representation of color #C132CF: hue angle of 294.65º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C132CF is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 50 | 207 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.19 |
| HSL | 294.65º | 0.62% | 0.5% | - |
| HSV(B) | 294.65º | 0.76% | 0.81% | - |
| XYZ | 34.4 | 18.12 | 60.72 | - |
| YUV | 110.66 | 182.38 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 207 | 0.07 | 0.76 | 0 | 0.19 | 294.65 | 0.62 | 0.5 |
| Hex | C1 | 32 | CF | 7 | 4C | 0 | 13 | 127 | 3E | 32 |
| Octal | 301 | 62 | 317 | 7 | 114 | 0 | 23 | 447 | 76 | 62 |
| Binary | 11000001 | 110010 | 11001111 | 111 | 1001100 | 0 | 10011 | 100100111 | 111110 | 110010 |
Color Harmonies of #C132CF
Complementary color
Monochromatic Colors of #C132CF
Black with #C132CF
Text Example
Text Example
White with #C132CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132CF; }
p { color: rgb(193,50,207); }
H1.HeaderClassName
{
color: #C132CF;
}
.AnyTagClassName
{
color: #C132CF;
}
</style>
background-color css
<style>
a { background-color: #C132CF; }
a { background-color: rgb(193,50,207); }
div.DivClassName
{
background-color: #C132CF;
}
.BgClassName
{
background-color: #C132CF;
}
</style>
border-color css
<style>
span { border-color: #C132CF; }
span { border-color: rgb(193,50,207); }
td.TdClassName
{
border-color: #C132CF;
}
.TagClassName
{
border-color: #C132CF;
}
</style>