Shades of Medium Orchid #C24BED
Tints of Medium Orchid #C24BED
RGB
CMYK
RGB Variations
Color information
#C24BED (or 0xC24BED) is known color: Medium Orchid. HEX triplet: C2, 4B and ED. RGB value is (194,75,237). Sum of RGB (Red+Green+Blue) = 194+75+237=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #C24BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24BED is #3DB412. Grayscale: #808080. Windows color (decimal): -4043795 or 15551426. OLE color: 15551426.
HSL color Cylindrical-coordinate representation of color #C24BED: hue angle of 284.07º 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 #C24BED is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 75 | 237 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.07 |
| HSL | 284.07º | 0.82% | 0.61% | - |
| HSV(B) | 284.07º | 0.68% | 0.93% | - |
| XYZ | 40.05 | 22.62 | 82.38 | - |
| YUV | 129.05 | 188.92 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 237 | 0.18 | 0.68 | 0 | 0.07 | 284.07 | 0.82 | 0.61 |
| Hex | C2 | 4B | ED | 12 | 44 | 0 | 7 | 11C | 52 | 3D |
| Octal | 302 | 113 | 355 | 22 | 104 | 0 | 7 | 434 | 122 | 75 |
| Binary | 11000010 | 1001011 | 11101101 | 10010 | 1000100 | 0 | 111 | 100011100 | 1010010 | 111101 |
Color Harmonies of #C24BED
Complementary color
Monochromatic Colors of #C24BED
Black with #C24BED
Text Example
Text Example
White with #C24BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BED; }
p { color: rgb(194,75,237); }
H1.HeaderClassName
{
color: #C24BED;
}
.AnyTagClassName
{
color: #C24BED;
}
</style>
background-color css
<style>
a { background-color: #C24BED; }
a { background-color: rgb(194,75,237); }
div.DivClassName
{
background-color: #C24BED;
}
.BgClassName
{
background-color: #C24BED;
}
</style>
border-color css
<style>
span { border-color: #C24BED; }
span { border-color: rgb(194,75,237); }
td.TdClassName
{
border-color: #C24BED;
}
.TagClassName
{
border-color: #C24BED;
}
</style>