Shades of Medium Orchid #C43DFD
Tints of Medium Orchid #C43DFD
RGB
CMYK
RGB Variations
Color information
#C43DFD (or 0xC43DFD) is known color: Medium Orchid. HEX triplet: C4, 3D and FD. RGB value is (196,61,253). Sum of RGB (Red+Green+Blue) = 196+61+253=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 61 (24.22% from 255 or 11.96% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #C43DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43DFD is #3BC202. Grayscale: #7A7A7A. Windows color (decimal): -3916291 or 16596420. OLE color: 16596420.
HSL color Cylindrical-coordinate representation of color #C43DFD: hue angle of 282.19º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43DFD is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 61 | 253 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.01 |
| HSL | 282.19º | 0.98% | 0.62% | - |
| HSV(B) | 282.19º | 0.76% | 0.99% | - |
| XYZ | 42.16 | 22.17 | 94.98 | - |
| YUV | 123.25 | 201.23 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 253 | 0.23 | 0.76 | 0 | 0.01 | 282.19 | 0.98 | 0.62 |
| Hex | C4 | 3D | FD | 17 | 4C | 0 | 1 | 11A | 62 | 3E |
| Octal | 304 | 75 | 375 | 27 | 114 | 0 | 1 | 432 | 142 | 76 |
| Binary | 11000100 | 111101 | 11111101 | 10111 | 1001100 | 0 | 1 | 100011010 | 1100010 | 111110 |
Color Harmonies of #C43DFD
Complementary color
Monochromatic Colors of #C43DFD
Black with #C43DFD
Text Example
Text Example
White with #C43DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DFD; }
p { color: rgb(196,61,253); }
H1.HeaderClassName
{
color: #C43DFD;
}
.AnyTagClassName
{
color: #C43DFD;
}
</style>
background-color css
<style>
a { background-color: #C43DFD; }
a { background-color: rgb(196,61,253); }
div.DivClassName
{
background-color: #C43DFD;
}
.BgClassName
{
background-color: #C43DFD;
}
</style>
border-color css
<style>
span { border-color: #C43DFD; }
span { border-color: rgb(196,61,253); }
td.TdClassName
{
border-color: #C43DFD;
}
.TagClassName
{
border-color: #C43DFD;
}
</style>