Shades of Medium Orchid #C443FF
Tints of Medium Orchid #C443FF
RGB
CMYK
RGB Variations
Color information
#C443FF (or 0xC443FF) is known color: Medium Orchid. HEX triplet: C4, 43 and FF. RGB value is (196,67,255). Sum of RGB (Red+Green+Blue) = 196+67+255=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 67 (26.56% from 255 or 12.93% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #C443FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C443FF is #3BBC00. Grayscale: #7E7E7E. Windows color (decimal): -3914753 or 16729028. OLE color: 16729028.
HSL color Cylindrical-coordinate representation of color #C443FF: hue angle of 281.17º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C443FF is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 67 | 255 | - |
| CMYK | 0.23 | 0.74 | 0 | 0 |
| HSL | 281.17º | 1% | 0.63% | - |
| HSV(B) | 281.17º | 0.74% | 1% | - |
| XYZ | 42.82 | 22.97 | 96.78 | - |
| YUV | 127 | 200.24 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 255 | 0.23 | 0.74 | 0 | 0 | 281.17 | 1 | 0.63 |
| Hex | C4 | 43 | FF | 17 | 4A | 0 | 0 | 119 | 64 | 3F |
| Octal | 304 | 103 | 377 | 27 | 112 | 0 | 0 | 431 | 144 | 77 |
| Binary | 11000100 | 1000011 | 11111111 | 10111 | 1001010 | 0 | 0 | 100011001 | 1100100 | 111111 |
Color Harmonies of #C443FF
Complementary color
Monochromatic Colors of #C443FF
Black with #C443FF
Text Example
Text Example
White with #C443FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C443FF; }
p { color: rgb(196,67,255); }
H1.HeaderClassName
{
color: #C443FF;
}
.AnyTagClassName
{
color: #C443FF;
}
</style>
background-color css
<style>
a { background-color: #C443FF; }
a { background-color: rgb(196,67,255); }
div.DivClassName
{
background-color: #C443FF;
}
.BgClassName
{
background-color: #C443FF;
}
</style>
border-color css
<style>
span { border-color: #C443FF; }
span { border-color: rgb(196,67,255); }
td.TdClassName
{
border-color: #C443FF;
}
.TagClassName
{
border-color: #C443FF;
}
</style>