Shades of Medium Orchid #C42BE6
Tints of Medium Orchid #C42BE6
RGB
CMYK
RGB Variations
Color information
#C42BE6 (or 0xC42BE6) is known color: Medium Orchid. HEX triplet: C4, 2B and E6. RGB value is (196,43,230). Sum of RGB (Red+Green+Blue) = 196+43+230=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #C42BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42BE6 is #3BD419. Grayscale: #6D6D6D. Windows color (decimal): -3920922 or 15084484. OLE color: 15084484.
HSL color Cylindrical-coordinate representation of color #C42BE6: hue angle of 289.09º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42BE6 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 43 | 230 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.10 |
| HSL | 289.09º | 0.79% | 0.54% | - |
| HSV(B) | 289.09º | 0.81% | 0.9% | - |
| XYZ | 37.91 | 19.18 | 76.57 | - |
| YUV | 110.07 | 195.69 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 230 | 0.15 | 0.81 | 0 | 0.10 | 289.09 | 0.79 | 0.54 |
| Hex | C4 | 2B | E6 | F | 51 | 0 | A | 121 | 4F | 36 |
| Octal | 304 | 53 | 346 | 17 | 121 | 0 | 12 | 441 | 117 | 66 |
| Binary | 11000100 | 101011 | 11100110 | 1111 | 1010001 | 0 | 1010 | 100100001 | 1001111 | 110110 |
Color Harmonies of #C42BE6
Complementary color
Monochromatic Colors of #C42BE6
Black with #C42BE6
Text Example
Text Example
White with #C42BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BE6; }
p { color: rgb(196,43,230); }
H1.HeaderClassName
{
color: #C42BE6;
}
.AnyTagClassName
{
color: #C42BE6;
}
</style>
background-color css
<style>
a { background-color: #C42BE6; }
a { background-color: rgb(196,43,230); }
div.DivClassName
{
background-color: #C42BE6;
}
.BgClassName
{
background-color: #C42BE6;
}
</style>
border-color css
<style>
span { border-color: #C42BE6; }
span { border-color: rgb(196,43,230); }
td.TdClassName
{
border-color: #C42BE6;
}
.TagClassName
{
border-color: #C42BE6;
}
</style>