Shades of Medium Orchid #C232CF
Tints of Medium Orchid #C232CF
RGB
CMYK
RGB Variations
Color information
#C232CF (or 0xC232CF) is known color: Medium Orchid. HEX triplet: C2, 32 and CF. RGB value is (194,50,207). Sum of RGB (Red+Green+Blue) = 194+50+207=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #C232CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232CF is #3DCD30. Grayscale: #6E6E6E. Windows color (decimal): -4050225 or 13578946. OLE color: 13578946.
HSL color Cylindrical-coordinate representation of color #C232CF: hue angle of 295.03º 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 #C232CF is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 50 | 207 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.19 |
| HSL | 295.03º | 0.62% | 0.5% | - |
| HSV(B) | 295.03º | 0.76% | 0.81% | - |
| XYZ | 34.65 | 18.26 | 60.73 | - |
| YUV | 110.95 | 182.21 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 207 | 0.06 | 0.76 | 0 | 0.19 | 295.03 | 0.62 | 0.5 |
| Hex | C2 | 32 | CF | 6 | 4C | 0 | 13 | 127 | 3E | 32 |
| Octal | 302 | 62 | 317 | 6 | 114 | 0 | 23 | 447 | 76 | 62 |
| Binary | 11000010 | 110010 | 11001111 | 110 | 1001100 | 0 | 10011 | 100100111 | 111110 | 110010 |
Color Harmonies of #C232CF
Complementary color
Monochromatic Colors of #C232CF
Black with #C232CF
Text Example
Text Example
White with #C232CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232CF; }
p { color: rgb(194,50,207); }
H1.HeaderClassName
{
color: #C232CF;
}
.AnyTagClassName
{
color: #C232CF;
}
</style>
background-color css
<style>
a { background-color: #C232CF; }
a { background-color: rgb(194,50,207); }
div.DivClassName
{
background-color: #C232CF;
}
.BgClassName
{
background-color: #C232CF;
}
</style>
border-color css
<style>
span { border-color: #C232CF; }
span { border-color: rgb(194,50,207); }
td.TdClassName
{
border-color: #C232CF;
}
.TagClassName
{
border-color: #C232CF;
}
</style>