Shades of Medium Orchid #C24CED
Tints of Medium Orchid #C24CED
RGB
CMYK
RGB Variations
Color information
#C24CED (or 0xC24CED) is known color: Medium Orchid. HEX triplet: C2, 4C and ED. RGB value is (194,76,237). Sum of RGB (Red+Green+Blue) = 194+76+237=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #C24CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24CED is #3DB312. Grayscale: #818181. Windows color (decimal): -4043539 or 15551682. OLE color: 15551682.
HSL color Cylindrical-coordinate representation of color #C24CED: hue angle of 283.98º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C24CED is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 76 | 237 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.07 |
| HSL | 283.98º | 0.82% | 0.61% | - |
| HSV(B) | 283.98º | 0.68% | 0.93% | - |
| XYZ | 40.12 | 22.75 | 82.4 | - |
| YUV | 129.64 | 188.59 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 237 | 0.18 | 0.68 | 0 | 0.07 | 283.98 | 0.82 | 0.61 |
| Hex | C2 | 4C | ED | 12 | 44 | 0 | 7 | 11C | 52 | 3D |
| Octal | 302 | 114 | 355 | 22 | 104 | 0 | 7 | 434 | 122 | 75 |
| Binary | 11000010 | 1001100 | 11101101 | 10010 | 1000100 | 0 | 111 | 100011100 | 1010010 | 111101 |
Color Harmonies of #C24CED
Complementary color
Monochromatic Colors of #C24CED
Black with #C24CED
Text Example
Text Example
White with #C24CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CED; }
p { color: rgb(194,76,237); }
H1.HeaderClassName
{
color: #C24CED;
}
.AnyTagClassName
{
color: #C24CED;
}
</style>
background-color css
<style>
a { background-color: #C24CED; }
a { background-color: rgb(194,76,237); }
div.DivClassName
{
background-color: #C24CED;
}
.BgClassName
{
background-color: #C24CED;
}
</style>
border-color css
<style>
span { border-color: #C24CED; }
span { border-color: rgb(194,76,237); }
td.TdClassName
{
border-color: #C24CED;
}
.TagClassName
{
border-color: #C24CED;
}
</style>