Shades of Medium Orchid #C43ADF
Tints of Medium Orchid #C43ADF
RGB
CMYK
RGB Variations
Color information
#C43ADF (or 0xC43ADF) is known color: Medium Orchid. HEX triplet: C4, 3A and DF. RGB value is (196,58,223). Sum of RGB (Red+Green+Blue) = 196+58+223=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #C43ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ADF is #3BC520. Grayscale: #757575. Windows color (decimal): -3917089 or 14629572. OLE color: 14629572.
HSL color Cylindrical-coordinate representation of color #C43ADF: hue angle of 290.18º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43ADF is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 58 | 223 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.13 |
| HSL | 290.18º | 0.72% | 0.55% | - |
| HSV(B) | 290.18º | 0.74% | 0.87% | - |
| XYZ | 37.6 | 20.09 | 71.71 | - |
| YUV | 118.07 | 187.22 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 223 | 0.12 | 0.74 | 0 | 0.13 | 290.18 | 0.72 | 0.55 |
| Hex | C4 | 3A | DF | C | 4A | 0 | D | 122 | 48 | 37 |
| Octal | 304 | 72 | 337 | 14 | 112 | 0 | 15 | 442 | 110 | 67 |
| Binary | 11000100 | 111010 | 11011111 | 1100 | 1001010 | 0 | 1101 | 100100010 | 1001000 | 110111 |
Color Harmonies of #C43ADF
Complementary color
Monochromatic Colors of #C43ADF
Black with #C43ADF
Text Example
Text Example
White with #C43ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43ADF; }
p { color: rgb(196,58,223); }
H1.HeaderClassName
{
color: #C43ADF;
}
.AnyTagClassName
{
color: #C43ADF;
}
</style>
background-color css
<style>
a { background-color: #C43ADF; }
a { background-color: rgb(196,58,223); }
div.DivClassName
{
background-color: #C43ADF;
}
.BgClassName
{
background-color: #C43ADF;
}
</style>
border-color css
<style>
span { border-color: #C43ADF; }
span { border-color: rgb(196,58,223); }
td.TdClassName
{
border-color: #C43ADF;
}
.TagClassName
{
border-color: #C43ADF;
}
</style>