Shades of Medium Orchid #C43BD2
Tints of Medium Orchid #C43BD2
RGB
CMYK
RGB Variations
Color information
#C43BD2 (or 0xC43BD2) is known color: Medium Orchid. HEX triplet: C4, 3B and D2. RGB value is (196,59,210). Sum of RGB (Red+Green+Blue) = 196+59+210=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #C43BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BD2 is #3BC42D. Grayscale: #747474. Windows color (decimal): -3916846 or 13777860. OLE color: 13777860.
HSL color Cylindrical-coordinate representation of color #C43BD2: hue angle of 294.44º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43BD2 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 59 | 210 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.18 |
| HSL | 294.44º | 0.63% | 0.53% | - |
| HSV(B) | 294.44º | 0.72% | 0.82% | - |
| XYZ | 35.96 | 19.52 | 62.84 | - |
| YUV | 117.18 | 180.39 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 210 | 0.07 | 0.72 | 0 | 0.18 | 294.44 | 0.63 | 0.53 |
| Hex | C4 | 3B | D2 | 7 | 48 | 0 | 12 | 126 | 3F | 35 |
| Octal | 304 | 73 | 322 | 7 | 110 | 0 | 22 | 446 | 77 | 65 |
| Binary | 11000100 | 111011 | 11010010 | 111 | 1001000 | 0 | 10010 | 100100110 | 111111 | 110101 |
Color Harmonies of #C43BD2
Complementary color
Monochromatic Colors of #C43BD2
Black with #C43BD2
Text Example
Text Example
White with #C43BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43BD2; }
p { color: rgb(196,59,210); }
H1.HeaderClassName
{
color: #C43BD2;
}
.AnyTagClassName
{
color: #C43BD2;
}
</style>
background-color css
<style>
a { background-color: #C43BD2; }
a { background-color: rgb(196,59,210); }
div.DivClassName
{
background-color: #C43BD2;
}
.BgClassName
{
background-color: #C43BD2;
}
</style>
border-color css
<style>
span { border-color: #C43BD2; }
span { border-color: rgb(196,59,210); }
td.TdClassName
{
border-color: #C43BD2;
}
.TagClassName
{
border-color: #C43BD2;
}
</style>