Shades of Medium Orchid #C443FD
Tints of Medium Orchid #C443FD
RGB
CMYK
RGB Variations
Color information
#C443FD (or 0xC443FD) is known color: Medium Orchid. HEX triplet: C4, 43 and FD. RGB value is (196,67,253). Sum of RGB (Red+Green+Blue) = 196+67+253=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 67 (26.56% from 255 or 12.98% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #C443FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C443FD is #3BBC02. Grayscale: #7E7E7E. Windows color (decimal): -3914755 or 16597956. OLE color: 16597956.
HSL color Cylindrical-coordinate representation of color #C443FD: hue angle of 281.61º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C443FD is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 67 | 253 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.01 |
| HSL | 281.61º | 0.98% | 0.63% | - |
| HSV(B) | 281.61º | 0.74% | 0.99% | - |
| XYZ | 42.5 | 22.84 | 95.1 | - |
| YUV | 126.78 | 199.24 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 253 | 0.23 | 0.74 | 0 | 0.01 | 281.61 | 0.98 | 0.63 |
| Hex | C4 | 43 | FD | 17 | 4A | 0 | 1 | 11A | 62 | 3F |
| Octal | 304 | 103 | 375 | 27 | 112 | 0 | 1 | 432 | 142 | 77 |
| Binary | 11000100 | 1000011 | 11111101 | 10111 | 1001010 | 0 | 1 | 100011010 | 1100010 | 111111 |
Color Harmonies of #C443FD
Complementary color
Monochromatic Colors of #C443FD
Black with #C443FD
Text Example
Text Example
White with #C443FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C443FD; }
p { color: rgb(196,67,253); }
H1.HeaderClassName
{
color: #C443FD;
}
.AnyTagClassName
{
color: #C443FD;
}
</style>
background-color css
<style>
a { background-color: #C443FD; }
a { background-color: rgb(196,67,253); }
div.DivClassName
{
background-color: #C443FD;
}
.BgClassName
{
background-color: #C443FD;
}
</style>
border-color css
<style>
span { border-color: #C443FD; }
span { border-color: rgb(196,67,253); }
td.TdClassName
{
border-color: #C443FD;
}
.TagClassName
{
border-color: #C443FD;
}
</style>