Shades of Medium Orchid #C43CDF
Tints of Medium Orchid #C43CDF
RGB
CMYK
RGB Variations
Color information
#C43CDF (or 0xC43CDF) is known color: Medium Orchid. HEX triplet: C4, 3C and DF. RGB value is (196,60,223). Sum of RGB (Red+Green+Blue) = 196+60+223=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #C43CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CDF is #3BC320. Grayscale: #767676. Windows color (decimal): -3916577 or 14630084. OLE color: 14630084.
HSL color Cylindrical-coordinate representation of color #C43CDF: hue angle of 290.06º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43CDF is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 60 | 223 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.13 |
| HSL | 290.06º | 0.72% | 0.55% | - |
| HSV(B) | 290.06º | 0.73% | 0.87% | - |
| XYZ | 37.7 | 20.3 | 71.74 | - |
| YUV | 119.25 | 186.56 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 223 | 0.12 | 0.73 | 0 | 0.13 | 290.06 | 0.72 | 0.55 |
| Hex | C4 | 3C | DF | C | 49 | 0 | D | 122 | 48 | 37 |
| Octal | 304 | 74 | 337 | 14 | 111 | 0 | 15 | 442 | 110 | 67 |
| Binary | 11000100 | 111100 | 11011111 | 1100 | 1001001 | 0 | 1101 | 100100010 | 1001000 | 110111 |
Color Harmonies of #C43CDF
Complementary color
Monochromatic Colors of #C43CDF
Black with #C43CDF
Text Example
Text Example
White with #C43CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CDF; }
p { color: rgb(196,60,223); }
H1.HeaderClassName
{
color: #C43CDF;
}
.AnyTagClassName
{
color: #C43CDF;
}
</style>
background-color css
<style>
a { background-color: #C43CDF; }
a { background-color: rgb(196,60,223); }
div.DivClassName
{
background-color: #C43CDF;
}
.BgClassName
{
background-color: #C43CDF;
}
</style>
border-color css
<style>
span { border-color: #C43CDF; }
span { border-color: rgb(196,60,223); }
td.TdClassName
{
border-color: #C43CDF;
}
.TagClassName
{
border-color: #C43CDF;
}
</style>