Shades of Medium Orchid #C232DE
Tints of Medium Orchid #C232DE
RGB
CMYK
RGB Variations
Color information
#C232DE (or 0xC232DE) is known color: Medium Orchid. HEX triplet: C2, 32 and DE. RGB value is (194,50,222). Sum of RGB (Red+Green+Blue) = 194+50+222=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #C232DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232DE is #3DCD21. Grayscale: #707070. Windows color (decimal): -4050210 or 14561986. OLE color: 14561986.
HSL color Cylindrical-coordinate representation of color #C232DE: hue angle of 290.23º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C232DE is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 50 | 222 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.13 |
| HSL | 290.23º | 0.72% | 0.53% | - |
| HSV(B) | 290.23º | 0.77% | 0.87% | - |
| XYZ | 36.57 | 19.02 | 70.85 | - |
| YUV | 112.66 | 189.71 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 222 | 0.13 | 0.77 | 0 | 0.13 | 290.23 | 0.72 | 0.53 |
| Hex | C2 | 32 | DE | D | 4D | 0 | D | 122 | 48 | 35 |
| Octal | 302 | 62 | 336 | 15 | 115 | 0 | 15 | 442 | 110 | 65 |
| Binary | 11000010 | 110010 | 11011110 | 1101 | 1001101 | 0 | 1101 | 100100010 | 1001000 | 110101 |
Color Harmonies of #C232DE
Complementary color
Monochromatic Colors of #C232DE
Black with #C232DE
Text Example
Text Example
White with #C232DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232DE; }
p { color: rgb(194,50,222); }
H1.HeaderClassName
{
color: #C232DE;
}
.AnyTagClassName
{
color: #C232DE;
}
</style>
background-color css
<style>
a { background-color: #C232DE; }
a { background-color: rgb(194,50,222); }
div.DivClassName
{
background-color: #C232DE;
}
.BgClassName
{
background-color: #C232DE;
}
</style>
border-color css
<style>
span { border-color: #C232DE; }
span { border-color: rgb(194,50,222); }
td.TdClassName
{
border-color: #C232DE;
}
.TagClassName
{
border-color: #C232DE;
}
</style>