Shades of Medium Orchid #C43CDD
Tints of Medium Orchid #C43CDD
RGB
CMYK
RGB Variations
Color information
#C43CDD (or 0xC43CDD) is known color: Medium Orchid. HEX triplet: C4, 3C and DD. RGB value is (196,60,221). Sum of RGB (Red+Green+Blue) = 196+60+221=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #C43CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CDD is #3BC322. Grayscale: #767676. Windows color (decimal): -3916579 or 14499012. OLE color: 14499012.
HSL color Cylindrical-coordinate representation of color #C43CDD: hue angle of 290.68º degrees, saturation: 0.7, 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 #C43CDD is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 60 | 221 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.13 |
| HSL | 290.68º | 0.7% | 0.55% | - |
| HSV(B) | 290.68º | 0.73% | 0.87% | - |
| XYZ | 37.43 | 20.19 | 70.33 | - |
| YUV | 119.02 | 185.56 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 221 | 0.11 | 0.73 | 0 | 0.13 | 290.68 | 0.7 | 0.55 |
| Hex | C4 | 3C | DD | B | 49 | 0 | D | 123 | 46 | 37 |
| Octal | 304 | 74 | 335 | 13 | 111 | 0 | 15 | 443 | 106 | 67 |
| Binary | 11000100 | 111100 | 11011101 | 1011 | 1001001 | 0 | 1101 | 100100011 | 1000110 | 110111 |
Color Harmonies of #C43CDD
Complementary color
Monochromatic Colors of #C43CDD
Black with #C43CDD
Text Example
Text Example
White with #C43CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CDD; }
p { color: rgb(196,60,221); }
H1.HeaderClassName
{
color: #C43CDD;
}
.AnyTagClassName
{
color: #C43CDD;
}
</style>
background-color css
<style>
a { background-color: #C43CDD; }
a { background-color: rgb(196,60,221); }
div.DivClassName
{
background-color: #C43CDD;
}
.BgClassName
{
background-color: #C43CDD;
}
</style>
border-color css
<style>
span { border-color: #C43CDD; }
span { border-color: rgb(196,60,221); }
td.TdClassName
{
border-color: #C43CDD;
}
.TagClassName
{
border-color: #C43CDD;
}
</style>