Shades of Medium Orchid #C43CDE
Tints of Medium Orchid #C43CDE
RGB
CMYK
RGB Variations
Color information
#C43CDE (or 0xC43CDE) is known color: Medium Orchid. HEX triplet: C4, 3C and DE. RGB value is (196,60,222). Sum of RGB (Red+Green+Blue) = 196+60+222=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #C43CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CDE is #3BC321. Grayscale: #767676. Windows color (decimal): -3916578 or 14564548. OLE color: 14564548.
HSL color Cylindrical-coordinate representation of color #C43CDE: hue angle of 290.37º degrees, saturation: 0.71, 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 #C43CDE is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 60 | 222 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.13 |
| HSL | 290.37º | 0.71% | 0.55% | - |
| HSV(B) | 290.37º | 0.73% | 0.87% | - |
| XYZ | 37.57 | 20.24 | 71.03 | - |
| YUV | 119.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 222 | 0.12 | 0.73 | 0 | 0.13 | 290.37 | 0.71 | 0.55 |
| Hex | C4 | 3C | DE | C | 49 | 0 | D | 122 | 47 | 37 |
| Octal | 304 | 74 | 336 | 14 | 111 | 0 | 15 | 442 | 107 | 67 |
| Binary | 11000100 | 111100 | 11011110 | 1100 | 1001001 | 0 | 1101 | 100100010 | 1000111 | 110111 |
Color Harmonies of #C43CDE
Complementary color
Monochromatic Colors of #C43CDE
Black with #C43CDE
Text Example
Text Example
White with #C43CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CDE; }
p { color: rgb(196,60,222); }
H1.HeaderClassName
{
color: #C43CDE;
}
.AnyTagClassName
{
color: #C43CDE;
}
</style>
background-color css
<style>
a { background-color: #C43CDE; }
a { background-color: rgb(196,60,222); }
div.DivClassName
{
background-color: #C43CDE;
}
.BgClassName
{
background-color: #C43CDE;
}
</style>
border-color css
<style>
span { border-color: #C43CDE; }
span { border-color: rgb(196,60,222); }
td.TdClassName
{
border-color: #C43CDE;
}
.TagClassName
{
border-color: #C43CDE;
}
</style>