Shades of Medium Orchid #C42BD2
Tints of Medium Orchid #C42BD2
RGB
CMYK
RGB Variations
Color information
#C42BD2 (or 0xC42BD2) is known color: Medium Orchid. HEX triplet: C4, 2B and D2. RGB value is (196,43,210). Sum of RGB (Red+Green+Blue) = 196+43+210=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 210 - color contains mainly: blue. Hex color #C42BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BD2 is #3BD42D. Grayscale: #6B6B6B. Windows color (decimal): -3920942 or 13773764. OLE color: 13773764.
HSL color Cylindrical-coordinate representation of color #C42BD2: hue angle of 294.97º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42BD2 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 43 | 210 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.18 |
| HSL | 294.97º | 0.66% | 0.5% | - |
| HSV(B) | 294.97º | 0.8% | 0.82% | - |
| XYZ | 35.26 | 18.12 | 62.61 | - |
| YUV | 107.79 | 185.69 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 210 | 0.07 | 0.80 | 0 | 0.18 | 294.97 | 0.66 | 0.5 |
| Hex | C4 | 2B | D2 | 7 | 50 | 0 | 12 | 127 | 42 | 32 |
| Octal | 304 | 53 | 322 | 7 | 120 | 0 | 22 | 447 | 102 | 62 |
| Binary | 11000100 | 101011 | 11010010 | 111 | 1010000 | 0 | 10010 | 100100111 | 1000010 | 110010 |
Color Harmonies of #C42BD2
Complementary color
Monochromatic Colors of #C42BD2
Black with #C42BD2
Text Example
Text Example
White with #C42BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BD2; }
p { color: rgb(196,43,210); }
H1.HeaderClassName
{
color: #C42BD2;
}
.AnyTagClassName
{
color: #C42BD2;
}
</style>
background-color css
<style>
a { background-color: #C42BD2; }
a { background-color: rgb(196,43,210); }
div.DivClassName
{
background-color: #C42BD2;
}
.BgClassName
{
background-color: #C42BD2;
}
</style>
border-color css
<style>
span { border-color: #C42BD2; }
span { border-color: rgb(196,43,210); }
td.TdClassName
{
border-color: #C42BD2;
}
.TagClassName
{
border-color: #C42BD2;
}
</style>