Shades of Medium Orchid #C443DF
Tints of Medium Orchid #C443DF
RGB
CMYK
RGB Variations
Color information
#C443DF (or 0xC443DF) is known color: Medium Orchid. HEX triplet: C4, 43 and DF. RGB value is (196,67,223). Sum of RGB (Red+Green+Blue) = 196+67+223=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 67 (26.56% from 255 or 13.79% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #C443DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C443DF is #3BBC20. Grayscale: #7A7A7A. Windows color (decimal): -3914785 or 14631876. OLE color: 14631876.
HSL color Cylindrical-coordinate representation of color #C443DF: hue angle of 289.62º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C443DF is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 67 | 223 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.13 |
| HSL | 289.62º | 0.71% | 0.57% | - |
| HSV(B) | 289.62º | 0.7% | 0.87% | - |
| XYZ | 38.09 | 21.08 | 71.87 | - |
| YUV | 123.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 223 | 0.12 | 0.70 | 0 | 0.13 | 289.62 | 0.71 | 0.57 |
| Hex | C4 | 43 | DF | C | 46 | 0 | D | 122 | 47 | 39 |
| Octal | 304 | 103 | 337 | 14 | 106 | 0 | 15 | 442 | 107 | 71 |
| Binary | 11000100 | 1000011 | 11011111 | 1100 | 1000110 | 0 | 1101 | 100100010 | 1000111 | 111001 |
Color Harmonies of #C443DF
Complementary color
Monochromatic Colors of #C443DF
Black with #C443DF
Text Example
Text Example
White with #C443DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C443DF; }
p { color: rgb(196,67,223); }
H1.HeaderClassName
{
color: #C443DF;
}
.AnyTagClassName
{
color: #C443DF;
}
</style>
background-color css
<style>
a { background-color: #C443DF; }
a { background-color: rgb(196,67,223); }
div.DivClassName
{
background-color: #C443DF;
}
.BgClassName
{
background-color: #C443DF;
}
</style>
border-color css
<style>
span { border-color: #C443DF; }
span { border-color: rgb(196,67,223); }
td.TdClassName
{
border-color: #C443DF;
}
.TagClassName
{
border-color: #C443DF;
}
</style>