Shades of Medium Orchid #C42BDF
Tints of Medium Orchid #C42BDF
RGB
CMYK
RGB Variations
Color information
#C42BDF (or 0xC42BDF) is known color: Medium Orchid. HEX triplet: C4, 2B and DF. RGB value is (196,43,223). Sum of RGB (Red+Green+Blue) = 196+43+223=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #C42BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BDF is #3BD420. Grayscale: #6C6C6C. Windows color (decimal): -3920929 or 14625732. OLE color: 14625732.
HSL color Cylindrical-coordinate representation of color #C42BDF: hue angle of 291º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42BDF is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 43 | 223 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.13 |
| HSL | 291º | 0.74% | 0.52% | - |
| HSV(B) | 291º | 0.81% | 0.87% | - |
| XYZ | 36.95 | 18.79 | 71.49 | - |
| YUV | 109.27 | 192.19 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 223 | 0.12 | 0.81 | 0 | 0.13 | 291 | 0.74 | 0.52 |
| Hex | C4 | 2B | DF | C | 51 | 0 | D | 123 | 4A | 34 |
| Octal | 304 | 53 | 337 | 14 | 121 | 0 | 15 | 443 | 112 | 64 |
| Binary | 11000100 | 101011 | 11011111 | 1100 | 1010001 | 0 | 1101 | 100100011 | 1001010 | 110100 |
Color Harmonies of #C42BDF
Complementary color
Monochromatic Colors of #C42BDF
Black with #C42BDF
Text Example
Text Example
White with #C42BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BDF; }
p { color: rgb(196,43,223); }
H1.HeaderClassName
{
color: #C42BDF;
}
.AnyTagClassName
{
color: #C42BDF;
}
</style>
background-color css
<style>
a { background-color: #C42BDF; }
a { background-color: rgb(196,43,223); }
div.DivClassName
{
background-color: #C42BDF;
}
.BgClassName
{
background-color: #C42BDF;
}
</style>
border-color css
<style>
span { border-color: #C42BDF; }
span { border-color: rgb(196,43,223); }
td.TdClassName
{
border-color: #C42BDF;
}
.TagClassName
{
border-color: #C42BDF;
}
</style>