Shades of Medium Orchid #C445FF
Tints of Medium Orchid #C445FF
RGB
CMYK
RGB Variations
Color information
#C445FF (or 0xC445FF) is known color: Medium Orchid. HEX triplet: C4, 45 and FF. RGB value is (196,69,255). Sum of RGB (Red+Green+Blue) = 196+69+255=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 69 (27.34% from 255 or 13.27% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #C445FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C445FF is #3BBA00. Grayscale: #7F7F7F. Windows color (decimal): -3914241 or 16729540. OLE color: 16729540.
HSL color Cylindrical-coordinate representation of color #C445FF: hue angle of 280.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C445FF is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 69 | 255 | - |
| CMYK | 0.23 | 0.73 | 0 | 0 |
| HSL | 280.97º | 1% | 0.64% | - |
| HSV(B) | 280.97º | 0.73% | 1% | - |
| XYZ | 42.94 | 23.21 | 96.82 | - |
| YUV | 128.18 | 199.58 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 255 | 0.23 | 0.73 | 0 | 0 | 280.97 | 1 | 0.64 |
| Hex | C4 | 45 | FF | 17 | 49 | 0 | 0 | 119 | 64 | 40 |
| Octal | 304 | 105 | 377 | 27 | 111 | 0 | 0 | 431 | 144 | 100 |
| Binary | 11000100 | 1000101 | 11111111 | 10111 | 1001001 | 0 | 0 | 100011001 | 1100100 | 1000000 |
Color Harmonies of #C445FF
Complementary color
Monochromatic Colors of #C445FF
Black with #C445FF
Text Example
Text Example
White with #C445FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C445FF; }
p { color: rgb(196,69,255); }
H1.HeaderClassName
{
color: #C445FF;
}
.AnyTagClassName
{
color: #C445FF;
}
</style>
background-color css
<style>
a { background-color: #C445FF; }
a { background-color: rgb(196,69,255); }
div.DivClassName
{
background-color: #C445FF;
}
.BgClassName
{
background-color: #C445FF;
}
</style>
border-color css
<style>
span { border-color: #C445FF; }
span { border-color: rgb(196,69,255); }
td.TdClassName
{
border-color: #C445FF;
}
.TagClassName
{
border-color: #C445FF;
}
</style>