Shades of Medium Orchid #C44BDD
Tints of Medium Orchid #C44BDD
RGB
CMYK
RGB Variations
Color information
#C44BDD (or 0xC44BDD) is known color: Medium Orchid. HEX triplet: C4, 4B and DD. RGB value is (196,75,221). Sum of RGB (Red+Green+Blue) = 196+75+221=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #C44BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BDD is #3BB422. Grayscale: #7F7F7F. Windows color (decimal): -3912739 or 14502852. OLE color: 14502852.
HSL color Cylindrical-coordinate representation of color #C44BDD: hue angle of 289.73º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44BDD is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 75 | 221 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.13 |
| HSL | 289.73º | 0.68% | 0.58% | - |
| HSV(B) | 289.73º | 0.66% | 0.87% | - |
| XYZ | 38.33 | 21.99 | 70.63 | - |
| YUV | 127.82 | 180.59 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 221 | 0.11 | 0.66 | 0 | 0.13 | 289.73 | 0.68 | 0.58 |
| Hex | C4 | 4B | DD | B | 42 | 0 | D | 122 | 44 | 3A |
| Octal | 304 | 113 | 335 | 13 | 102 | 0 | 15 | 442 | 104 | 72 |
| Binary | 11000100 | 1001011 | 11011101 | 1011 | 1000010 | 0 | 1101 | 100100010 | 1000100 | 111010 |
Color Harmonies of #C44BDD
Complementary color
Monochromatic Colors of #C44BDD
Black with #C44BDD
Text Example
Text Example
White with #C44BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BDD; }
p { color: rgb(196,75,221); }
H1.HeaderClassName
{
color: #C44BDD;
}
.AnyTagClassName
{
color: #C44BDD;
}
</style>
background-color css
<style>
a { background-color: #C44BDD; }
a { background-color: rgb(196,75,221); }
div.DivClassName
{
background-color: #C44BDD;
}
.BgClassName
{
background-color: #C44BDD;
}
</style>
border-color css
<style>
span { border-color: #C44BDD; }
span { border-color: rgb(196,75,221); }
td.TdClassName
{
border-color: #C44BDD;
}
.TagClassName
{
border-color: #C44BDD;
}
</style>