Shades of Medium Orchid #C43DFF
Tints of Medium Orchid #C43DFF
RGB
CMYK
RGB Variations
Color information
#C43DFF (or 0xC43DFF) is known color: Medium Orchid. HEX triplet: C4, 3D and FF. RGB value is (196,61,255). Sum of RGB (Red+Green+Blue) = 196+61+255=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 61 (24.22% from 255 or 11.91% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #C43DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43DFF is #3BC200. Grayscale: #7A7A7A. Windows color (decimal): -3916289 or 16727492. OLE color: 16727492.
HSL color Cylindrical-coordinate representation of color #C43DFF: hue angle of 281.75º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43DFF is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 61 | 255 | - |
| CMYK | 0.23 | 0.76 | 0 | 0 |
| HSL | 281.75º | 1% | 0.62% | - |
| HSV(B) | 281.75º | 0.76% | 1% | - |
| XYZ | 42.48 | 22.29 | 96.67 | - |
| YUV | 123.48 | 202.23 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 255 | 0.23 | 0.76 | 0 | 0 | 281.75 | 1 | 0.62 |
| Hex | C4 | 3D | FF | 17 | 4C | 0 | 0 | 11A | 64 | 3E |
| Octal | 304 | 75 | 377 | 27 | 114 | 0 | 0 | 432 | 144 | 76 |
| Binary | 11000100 | 111101 | 11111111 | 10111 | 1001100 | 0 | 0 | 100011010 | 1100100 | 111110 |
Color Harmonies of #C43DFF
Complementary color
Monochromatic Colors of #C43DFF
Black with #C43DFF
Text Example
Text Example
White with #C43DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DFF; }
p { color: rgb(196,61,255); }
H1.HeaderClassName
{
color: #C43DFF;
}
.AnyTagClassName
{
color: #C43DFF;
}
</style>
background-color css
<style>
a { background-color: #C43DFF; }
a { background-color: rgb(196,61,255); }
div.DivClassName
{
background-color: #C43DFF;
}
.BgClassName
{
background-color: #C43DFF;
}
</style>
border-color css
<style>
span { border-color: #C43DFF; }
span { border-color: rgb(196,61,255); }
td.TdClassName
{
border-color: #C43DFF;
}
.TagClassName
{
border-color: #C43DFF;
}
</style>