Shades of Medium Orchid #C44CED
Tints of Medium Orchid #C44CED
RGB
CMYK
RGB Variations
Color information
#C44CED (or 0xC44CED) is known color: Medium Orchid. HEX triplet: C4, 4C and ED. RGB value is (196,76,237). Sum of RGB (Red+Green+Blue) = 196+76+237=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #C44CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44CED is #3BB312. Grayscale: #818181. Windows color (decimal): -3912467 or 15551684. OLE color: 15551684.
HSL color Cylindrical-coordinate representation of color #C44CED: hue angle of 284.72º 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 #C44CED is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 76 | 237 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.07 |
| HSL | 284.72º | 0.82% | 0.61% | - |
| HSV(B) | 284.72º | 0.68% | 0.93% | - |
| XYZ | 40.64 | 23.02 | 82.42 | - |
| YUV | 130.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 237 | 0.17 | 0.68 | 0 | 0.07 | 284.72 | 0.82 | 0.61 |
| Hex | C4 | 4C | ED | 11 | 44 | 0 | 7 | 11D | 52 | 3D |
| Octal | 304 | 114 | 355 | 21 | 104 | 0 | 7 | 435 | 122 | 75 |
| Binary | 11000100 | 1001100 | 11101101 | 10001 | 1000100 | 0 | 111 | 100011101 | 1010010 | 111101 |
Color Harmonies of #C44CED
Complementary color
Monochromatic Colors of #C44CED
Black with #C44CED
Text Example
Text Example
White with #C44CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44CED; }
p { color: rgb(196,76,237); }
H1.HeaderClassName
{
color: #C44CED;
}
.AnyTagClassName
{
color: #C44CED;
}
</style>
background-color css
<style>
a { background-color: #C44CED; }
a { background-color: rgb(196,76,237); }
div.DivClassName
{
background-color: #C44CED;
}
.BgClassName
{
background-color: #C44CED;
}
</style>
border-color css
<style>
span { border-color: #C44CED; }
span { border-color: rgb(196,76,237); }
td.TdClassName
{
border-color: #C44CED;
}
.TagClassName
{
border-color: #C44CED;
}
</style>